Skip to content

Commit

Permalink
Really create the tag, remove the debugging "echo"
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Dec 10, 2024
1 parent f60d447 commit 4d8192b
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 @@ -14,7 +14,7 @@
"main": "eslint-plugin-agama-i18n.js",
"scripts": {
"test": "node string-literals.test.js",
"tag": "VERSION=`jq -r .version package.json` && echo git tag -s -m \"Version $VERSION\" v$VERSION && echo git push origin v$VERSION"
"tag": "VERSION=`jq -r .version package.json` && git tag -s -m \"Version $VERSION\" v$VERSION && git push origin v$VERSION"
},
"peerDependencies": {
"eslint": ">=9.0.0"
Expand Down

0 comments on commit 4d8192b

Please sign in to comment.