Skip to content

Commit

Permalink
Add missing space to changelog header
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsauter committed Mar 24, 2016
1 parent 7af6fcb commit d0013af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -2,7 +2,7 @@

## Unreleased

##2.7.0 (2016-03-20)
## 2.7.0 (2016-03-20)

* Refactor `exclude` behaviour to make it easier to support `only` in the future

Expand Down
2 changes: 1 addition & 1 deletion release.sh
Expand Up @@ -26,7 +26,7 @@ rm README.md.bak

echo "Mark version as released in changelog..."
today=$(date +'%Y-%m-%d')
sed -i.bak 's/Unreleased/Unreleased\n\n##'$version' ('$today')/' CHANGELOG.md
sed -i.bak 's/Unreleased/Unreleased\n\n## '$version' ('$today')/' CHANGELOG.md
rm CHANGELOG.md.bak

echo "Update contributors..."
Expand Down

0 comments on commit d0013af

Please sign in to comment.