Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit 153f16a

Browse files
committed
version bump
1 parent f2d5b72 commit 153f16a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

lib/reactive-ruby/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module React
2-
VERSION = "0.7.35"
2+
VERSION = "0.7.36"
33
end

path_release_steps.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ For example assuming you are releasing fix to 0.8.18
44
1. Checkout 0-8-stable
55
2. Update tests, fix the bug and commit the changes.
66
3. Build & Release to RubyGems (Remember the version in version.rb should already be 0.8.19)
7-
4. Create a tag 'v0.8.19' pointing to that commit.
7+
4. Create a tag 'v0.8.19' pointing to that commit. (`tag v0.8.19`)
88
5. Bump the version in 0-8-stable to 0.8.20 so it will be ready for the next patch level release.
9+
6. Commit the version bump, and do a `git push --tags` so the new tag goes up

0 commit comments

Comments
 (0)