Skip to content

Commit

Permalink
chore: updated release-it script
Browse files Browse the repository at this point in the history
  • Loading branch information
azeezat committed Sep 5, 2024
1 parent 1545799 commit 16fb1d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@
},
"github": {
"release": true,
"tokenRef": "PAT",
"releaseName": "Release ${version}",
"autoGenerate": true,
"comments": {
"submit": false,
"submit": true,
"issue": ":rocket: _This issue has been resolved in v${version}. See [${releaseName}](${releaseUrl}) for release notes._",
"pr": ":rocket: _This pull request is included in v${version}. See [${releaseName}](${releaseUrl}) for release notes._"
}
Expand Down

0 comments on commit 16fb1d3

Please sign in to comment.