Skip to content

Commit

Permalink
sort changelog by date desc
Browse files Browse the repository at this point in the history
  • Loading branch information
izelnakri committed Dec 8, 2020
1 parent 5d55f98 commit 72217b4
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 @@ -11,9 +11,9 @@
},
"main": "index.js",
"scripts": {
"changelog:unreleased": "node_modules/.bin/auto-changelog --stdout --commit-limit false --package --unreleased-only --hide-credit",
"changelog:preview": "node_modules/.bin/auto-changelog --stdout --commit-limit false --package -u",
"changelog:update": "node_modules/.bin/auto-changelog --commit-limit false --package",
"changelog:unreleased": "node_modules/.bin/auto-changelog --stdout --commit-limit false --package --unreleased-only --hide-credit --sort-commits date-desc",
"changelog:preview": "node_modules/.bin/auto-changelog --stdout --commit-limit false --package -u --sort-commits date-desc",
"changelog:update": "node_modules/.bin/auto-changelog --commit-limit false --package --sort-commits date-desc",
"release:alpha": "node_modules/.bin/release-it --preRelease=alpha --no-npm.publish && MIX_ENV=dev mix hex.publish --yes",
"release:beta": "node_modules/.bin/release-it --preRelease=beta --no-npm.publish && MIX_ENV=dev mix hex.publish --yes",
"release": "node_modules/.bin/release-it --no-npm.publish && MIX_ENV=dev mix hex.publish --yes"
Expand Down

0 comments on commit 72217b4

Please # to comment.