Skip to content

Commit

Permalink
fix(semantic-release/github): fix addReleases option
Browse files Browse the repository at this point in the history
fix addReleases option from "top" to "bottom" for @semantic-release/github

Signed-off-by: Niloy Sikdar <niloysikdar30@gmail.com>
  • Loading branch information
niloysikdar committed Jun 18, 2022
1 parent 27e0e61 commit 858829b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@semantic-release/github",
{
"assets": [{ "path": "dist", "label": "package distribution" }],
"addReleases": "top"
"addReleases": "bottom"
}
],
"@semantic-release/npm",
Expand Down

0 comments on commit 858829b

Please sign in to comment.