Skip to content

Commit

Permalink
Release it changes
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikHuber committed Jan 17, 2022
1 parent 59c2b9c commit 4b17bd9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/base-shell/.release-it.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"git": {
"commitMessage": "chore: release v${version}",
"tagAnnotation": "base-schell release ${version}"
"commitMessage": "🚀 release v${version}",
"tagAnnotation": "🚀 base-schell release ${version}"
},
"github": {
"release": true,
"releaseName": "base-shell release ${version}"
"releaseName": "base-shell release ${version}",
"autoGenerate": false
}
}

0 comments on commit 4b17bd9

Please sign in to comment.