Skip to content

Commit

Permalink
Merge pull request #1244 from nylen/finalize-changelog-command
Browse files Browse the repository at this point in the history
Finalize changelog command
  • Loading branch information
FredKSchott committed Nov 7, 2014
2 parents 1fc4811 + 4fe841b commit 987f467
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion release.sh
@@ -1,7 +1,9 @@
#!/bin/sh

if [ -z "`which github-changes`" ]; then
echo "First, do: [sudo] npm install -g github-changes"
# specify version because github-changes "is under heavy development. Things
# may break between releases" until 0.1.0
echo "First, do: [sudo] npm install -g github-changes@0.0.14"
exit 1
fi

Expand All @@ -19,6 +21,7 @@ github-changes -o request -r request \
--auth --verbose \
--file CHANGELOG.md \
--only-pulls --use-commit-body \
--date-format '(YYYY/MM/DD)' \
|| exit 1

# Since the tag for the new version hasn't been pushed yet, any changes in it
Expand Down

0 comments on commit 987f467

Please sign in to comment.