Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
add changelog tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Einaudi committed May 22, 2017
1 parent c175b82 commit 7131a47
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config_changelog.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"gitRawCommitsOpts" : {"from" : "v2.4"}
}
8 changes: 8 additions & 0 deletions generate_change_log.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/sh
RELEASE_COUNT=0
if [ $# -eq 1 ]
then
RELEASE_COUNT=$1
fi
node_modules/conventional-changelog-cli/cli.js -i CHANGELOG.md -p angular -r$RELEASE_COUNT --config config_changelog.json -o CHANGELOG.md

0 comments on commit 7131a47

Please sign in to comment.