Skip to content

Commit d6dfd7c

Browse files
committed
build: update release next script
1 parent 4c3e79b commit d6dfd7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"build": "nuxt-module-build build",
2424
"prepare": "nuxt-module-build build --stub && nuxt-module-build prepare",
2525
"release": "npm run lint && npm run build && changelogen --release && npm publish && git push --follow-tags",
26-
"release:next": "npm run lint && npm run build && npm publish --tag next && git tag v0.2.0-next.0 && git push --follow-tags",
26+
"release:next": "npm run lint && npm run build && npm publish --tag next && git tag v$(node -p \"require('./package.json').version\") && git push --set-upstream origin HEAD --follow-tags",
2727
"lint": "eslint .",
2828
"dev": "nuxt dev:stories"
2929
},

0 commit comments

Comments
 (0)