Skip to content

Commit

Permalink
chore(scripts): Adds changelog script
Browse files Browse the repository at this point in the history
  • Loading branch information
lupomontero committed Jul 5, 2019
1 parent 5230593 commit 17b4369
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"pretest": "npm run mdlint && npm run eslint && npm run validate",
"test": "mocha './topics/!(node_modules)/**/*.spec.js' --verbose",
"validate": "./scripts/build.sh --validate",
"build": "./scripts/build.sh"
"build": "./scripts/build.sh",
"changelog": "git log $(git describe --tags --abbrev=0)..HEAD --oneline --format=\"* %h %s (%an <%ae>)\""
},
"repository": "Laboratoria/curricula-js",
"keywords": [
Expand Down

0 comments on commit 17b4369

Please sign in to comment.