Skip to content

Commit

Permalink
Merge pull request #499 from node-red-contrib-themes/no-tag-on-npm-ve…
Browse files Browse the repository at this point in the history
…rsion
  • Loading branch information
bonanitech authored Sep 6, 2024
2 parents 3dcbfc6 + 154a076 commit d955f3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
message = "Bump version to %s"
tag-version-prefix = ""
git-tag-version = false
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"dev": "node ./lib/dev.js",
"create-theme": "node ./lib/create-theme.js",
"build": "node ./lib/build.js",
"version": "git checkout -b release/$npm_package_version && git add -A",
"postversion": "git push -u origin release/$npm_package_version && git push --tags && git checkout dev"
"version": "git checkout -b release/$npm_package_version",
"postversion": "git commit -am $npm_package_version && git push -u origin release/$npm_package_version && git checkout dev"
},
"author": "Mauricio Bonani @mbonani",
"publishConfig": {
Expand Down

0 comments on commit d955f3c

Please # to comment.