Skip to content

Commit

Permalink
fix(ci): also create release on github not just the tag
Browse files Browse the repository at this point in the history
  • Loading branch information
reey committed May 2, 2023
1 parent 1f41083 commit 4d0a267
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@
],
"message": "ci(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
],
[
"@semantic-release/github",
{
"assets": []
}
]
],
"preset": "angular"
Expand Down

0 comments on commit 4d0a267

Please sign in to comment.