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 3d9fc1c commit b92c964
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/nt-stylesheet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nashtech/nt-stylesheet",
"version": "0.0.0-semantic-release",
"version": "0.0.0-development",
"description": "Style sheet for the NT Design System",
"packageManager": "[email protected]",
"scripts": {
Expand Down
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 b92c964

Please sign in to comment.