Skip to content

Commit

Permalink
Improved the release configuration to also publish a release to GitHu…
Browse files Browse the repository at this point in the history
…b and a make a tag to Git
  • Loading branch information
mridang committed Nov 25, 2024
1 parent 63e6303 commit a2f80df
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@
{
"prepareCmd": "make build"
}
],
[
"@semantic-release/github",
{
"assets": []
}
],
[
"@semantic-release/git",
{
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
]
]
}

0 comments on commit a2f80df

Please sign in to comment.