Skip to content

Commit

Permalink
feat (nt-sheet): update dump version
Browse files Browse the repository at this point in the history
  • Loading branch information
khoilen committed Jan 6, 2025
1 parent b92c964 commit bfc85de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/nt-stylesheet/release.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const srcRoot = `apps/nt-stylesheet`
module.exports = {
extends: '../../release.config.base.cjs',
pkgRoot: `dist/`,
tagFormat: `${name}-v${version}`,
tagFormat: name + '-v${version}',
commitPaths: [`${srcRoot}/*`],
plugins: [
'@semantic-release/commit-analyzer',
Expand Down

0 comments on commit bfc85de

Please sign in to comment.