We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7f1e77 commit e96f4adCopy full SHA for e96f4ad
package.json
@@ -35,7 +35,7 @@
35
"prepublish": "yarn test",
36
"postpublish": "yarn release-gh",
37
"version": "yarn changelog && git add CHANGELOG.md",
38
- "release": "yarn version && git push --tags && yarn publish --non-interactive",
+ "release": "yarn version && git push --follow-tags && yarn publish --non-interactive",
39
"release-gh": "conventional-github-releaser -p angular"
40
},
41
"bugs": {
0 commit comments