Skip to content

Commit

Permalink
Remove CHANGELOG check from release script
Browse files Browse the repository at this point in the history
  • Loading branch information
cpettitt committed Oct 22, 2014
1 parent 6015f87 commit bbda5b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/release/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ echo Attemping to publish version: $VERSION
[ -n "$PROJECT" ] || bail "No project name was specified."
[ -n "$DIST_DIR" ] || bail "No dist dir was specified."
[ -z "`git tag -l v$VERSION`" ] || bail "Version already published. Skipping publish."
[ -n "`grep v$SHORT_VERSION CHANGELOG.md`" ] || bail "ERROR: No entry for v$VERSION in CHANGELOG.md"
[ "`git rev-parse HEAD`" = "`git rev-parse master`" ] || [ -n "$PRE_RELEASE" ] || 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 bbda5b9

Please sign in to comment.