Skip to content

Commit

Permalink
Release 1.29.10
Browse files Browse the repository at this point in the history
  • Loading branch information
pkuczynski committed Mar 25, 2020
1 parent 84ad784 commit cc69ed9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Change Log

## [Next](https://github.com/rvm/rvm/tree/HEAD)
[Full Changelog](https://github.com/rvm/rvm/compare/1.29.9...HEAD)
## [1.29.10](https://github.com/rvm/rvm/releases/tag/1.29.10)
25 March 2020 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.9...1.29.10)

#### New features
* Improve JRuby install time [\#4807](https://github.com/rvm/rvm/pull/4807)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.29.9-next
1.29.10
8 changes: 7 additions & 1 deletion docs/release-procedure.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,13 @@ git merge master

2. Increase [VERSION](../VERSION) number and remove `-next`
3. Update [CHANGELOG](../CHANGELOG.md) with release date and links to changes (do not add new `Next` section yet)
4. Tag stable with version
4. Commit changes

```bash
git commit -m "Release 1.29.6"
```

5. Tag stable with version

```bash
git tag 1.29.6
Expand Down

0 comments on commit cc69ed9

Please sign in to comment.