Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
Release note fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
grempe committed Sep 21, 2016
1 parent db3d0f2 commit 15f59a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ Install locally w/ Cert:
```sh
$ gem uninstall sirp
$ rbenv rehash
$ gem install pkg/tss-x.x.x.gem -P MediumSecurity
$ gem install pkg/sirp-2.0.0.gem -P MediumSecurity
Successfully installed sirp-x.x.x
1 gem installed
```

## Git Commit Version and CHANGELOG Changes, Tag and push to Github

```sh
$ git add lib/tss/version.rb
$ git add lib/sirp/version.rb
$ git add CHANGELOG.md
$ git commit -m 'Bump version v2.0.0'
$ git tag -s v2.0.0 -m "v2.0.0" SHA1_OF_COMMIT
Expand Down

0 comments on commit 15f59a1

Please sign in to comment.