Skip to content

Commit 95a5c8e

Browse files
committed
Preparing for next development release, 0.4.5.
1 parent 980933a commit 95a5c8e

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Next Release
2+
============
3+
4+
* Your contribution here.
5+
16
0.4.4 (2014-08-17)
27
==================
38

RELEASING.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Remove the line with "Your contribution here.", since there will be no more cont
3131
Commit your changes.
3232

3333
```
34-
git add README.md CHANGELOG.md lib/grape-entity/version.rb
34+
git add CHANGELOG.md lib/grape-entity/version.rb
3535
git commit -m "Preparing for release, 0.4.0."
3636
git push origin master
3737
```
@@ -58,11 +58,13 @@ Next Release
5858
* Your contribution here.
5959
```
6060

61+
Increment the minor version, modify [lib/grape-entity/version.rb](lib/grape-entity/version.rb).
62+
6163
Comit your changes.
6264

6365
```
64-
git add CHANGELOG.md README.md
65-
git commit -m "Preparing for next release."
66+
git add CHANGELOG.md lib/grape-entity/version.rb
67+
git commit -m "Preparing for next release, 0.4.1."
6668
git push origin master
6769
```
6870

lib/grape_entity/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module GrapeEntity
2-
VERSION = '0.4.4'
2+
VERSION = '0.4.5'
33
end

0 commit comments

Comments
 (0)