Skip to content

Commit

Permalink
feat(changelog): Show docs, refactor & style changes in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bennycode committed Oct 21, 2021
1 parent 00fcbe9 commit aae3b78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
"postversion": "git push origin && git push origin --tags && npm publish",
"prettier": "prettier --ignore-path .gitignore --loglevel silent \"**/*.{json,scss,yml}\"",
"preversion": "git checkout main && git pull && yarn && yarn test && yarn dist",
"release:major": "generate-changelog -M -x \"chore,docs,refactor,style,test\" && yarn changelog:commit && npm version major",
"release:minor": "generate-changelog -m -x \"chore,docs,refactor,style,test\" && yarn changelog:commit && npm version minor",
"release:patch": "generate-changelog -p -x \"chore,docs,refactor,style,test\" && yarn changelog:commit && npm version patch",
"release:major": "generate-changelog -M -x \"chore,test\" && yarn changelog:commit && npm version major",
"release:minor": "generate-changelog -m -x \"chore,test\" && yarn changelog:commit && npm version minor",
"release:patch": "generate-changelog -p -x \"chore,test\" && yarn changelog:commit && npm version patch",
"start": "ts-node ./src/start.ts",
"test": "nyc --nycrc-path=nyc.config.coverage.json jasmine --config=jasmine.json",
"test:dev": "nyc --nycrc-path=nyc.config.json jasmine --config=jasmine.json",
Expand Down

0 comments on commit aae3b78

Please sign in to comment.