Skip to content

Commit

Permalink
Merge pull request #502 from node-red-contrib-themes/fix-release-comm…
Browse files Browse the repository at this point in the history
…it-message
  • Loading branch information
bonanitech authored Sep 10, 2024
2 parents b766691 + c3edfb0 commit f0ef299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"create-theme": "node ./lib/create-theme.js",
"build": "node ./lib/build.js",
"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"
"postversion": "git commit -am 'Bump version to '$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 f0ef299

Please # to comment.