Skip to content

Commit

Permalink
fix(config): remove the v prefix from the version git tag
Browse files Browse the repository at this point in the history
Steps:
- The previous versions of this project do not use the prefix `v` in front of the number, so I will keep the next versions the same way

References:
- conventional-changelog/standard-version#153
  • Loading branch information
beatrizsmerino committed Aug 16, 2022
1 parent 028fd1f commit c9e2e1f
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 @@ -15,7 +15,7 @@
"lint": "npm run prettier:fix && npm run eslint:fix && npm run stylelint:fix",
"test": "echo \"Error: no test specified\" && exit 1",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"release": "standard-version",
"release": "standard-version --tag-prefix=''",
"deploy": "node gh-pages-deploy.js",
"prepare": "husky install"
},
Expand Down

0 comments on commit c9e2e1f

Please sign in to comment.