Skip to content

Commit 805bc31

Browse files
committed
ci: add tagFormat to release configuration
1 parent 4229217 commit 805bc31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

release.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
*/
44
const config = {
55
branches: ["main", { name: "dev", channel: "dev", prerelease: "dev" }],
6+
tagFormat: "${version}",
67
plugins: [
78
"@semantic-release/commit-analyzer",
89
"@semantic-release/release-notes-generator",

0 commit comments

Comments
 (0)