Skip to content

Commit

Permalink
Merge pull request #1043 from Zemmiph0bia/master
Browse files Browse the repository at this point in the history
change CHANGES to CHANGELOG.md
  • Loading branch information
kytrinyx committed Oct 29, 2015
2 parents 559a6f7 + ae9d3ca commit fabf8ef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGES → CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
= Upcoming Release

* Correctly handle encoded colons in routes. (Jeremy Evans)
* Rename CHANGES to CHANGELOG.md and update Rakefile. (Eliza Sorensen)
* Your contribution here.

= 1.4.6 / 2015-03-23
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ can be applied as quickly as possible:
modify the `README.md` file to reflect that. Again, if you don't
update the `README`, we have to, and this holds up acceptance.

4. **Update the change log (`CHANGES`):** The change log helps give an
4. **Update the change log (`CHANGELOG.md`):** The change log helps give an
overview of the changes that go into each release, and gives credit
where credit is due. We make sure that the change log is up to date
before each release, and we always appreciate it when people make
Expand Down
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ if defined?(Gem)
end

task 'release' => ['test', package('.gem')] do
if File.binread("CHANGES") =~ /= \d\.\d\.\d . not yet released$/i
fail 'please update changes first' unless %x{git symbolic-ref HEAD} == "refs/heads/prerelease\n"
if File.binread("CHANGELOG.md") =~ /= \d\.\d\.\d . not yet released$/i
fail 'please update the changelog first' unless %x{git symbolic-ref HEAD} == "refs/heads/prerelease\n"
end

sh <<-SH
Expand Down

0 comments on commit fabf8ef

Please sign in to comment.