Skip to content

Commit

Permalink
ci(release): attempt to fix github actions tags by resetting changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
uittorio committed May 25, 2020
1 parent 8d7f52d commit cea6a78
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 @@ -21,7 +21,7 @@
"test:features": "cross-env CACHE=true FEATURES=true karma start config/karma/karma.config.features.js",
"test:playground": "karma start config/karma/karma.config.transformer.playground.js",
"test:playground:build": "karma start config/karma/karma.config.transformer.playground.build.js",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s -r -0",
"copyForPublish": "cp -rf package.json README.md CHANGELOG.md dist",
"preparePublish": "npm run build && npm run copyForPublish"
},
Expand Down

0 comments on commit cea6a78

Please sign in to comment.