Skip to content

Commit

Permalink
Testing version command
Browse files Browse the repository at this point in the history
  • Loading branch information
Phara0h committed Aug 3, 2020
1 parent 1a729ad commit 543a382
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions changelog-template.hbs
@@ -1,5 +1,3 @@
### Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

{{#each releases}}
Expand Down
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -5,7 +5,8 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postversion": "git push && git push --tags && auto-changelog -l false --template changelog-template.hbs -p && ./index.js -i ExampleUse.md,CHANGELOG.md,LICENSE && git add -A CHANGELOG.md && git add -A README.md && git push && npm publish"
"version": "auto-changelog -l false --sort-commits date --package --hide-credit --template changelog-template.hbs -p && ./index.js -i ExampleUse.md,CHANGELOG.md,LICENSE && git add -A CHANGELOG.md && git add -A README.md"
"postversion": "git push && git push --tags && npm publish"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 543a382

Please sign in to comment.