Skip to content

Commit

Permalink
Remove CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
cpettitt committed Oct 25, 2014
1 parent e597f9c commit 9785284
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 191 deletions.
190 changes: 0 additions & 190 deletions CHANGELOG.md

This file was deleted.

1 change: 0 additions & 1 deletion src/release/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ echo Attemping to publish version: $VERSION

# Preflight checks
[ -z "`git tag -l v$VERSION`"] || bail "Version already published. Skipping publish."
[ -n "`grep v$VERSION CHANGELOG.md`" ] || bail "ERROR: No entry for v$VERSION in CHANGELOG.md"
[ "`git rev-parse HEAD`" = "`git rev-parse master`" ] || bail "ERROR: You must release from the master branch"
[ -z "`git status --porcelain`" ] || bail "ERROR: Dirty index on working tree. Use git status to check"

Expand Down

0 comments on commit 9785284

Please sign in to comment.