Skip to content

Commit

Permalink
use custom release tag and message
Browse files Browse the repository at this point in the history
  • Loading branch information
tilalx committed Jul 27, 2024
1 parent d0cdbc6 commit c71573a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@
"release-it": {
"$schema": "https://unpkg.com/release-it/schema/release-it.json",
"github": {
"release": true
"commitMessage": "release ${version}",
"release": true,
"tagName": "v${version}"
}
}
}

0 comments on commit c71573a

Please sign in to comment.