You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jvennix-r7 edited this page Jun 11, 2014
·
2 revisions
# Post-merge Steps
Perform these steps prior to pushing to staging/electro-release or the build will be broke on staging/electro-release.
## Version
- [ ] Edit `lib/metasploit/credential/version.rb`
- [ ] Change `PRELEASE` to `electro-release` to match the branch (staging/electro-release) relative name (electro-release)
## Gem build
- [ ] gem build *.gemspec
- [ ] VERIFY the pre release name has change to `pre.electro.pre.release` on the gem.
## RSpec
- [ ] `rake spec`
- [ ] VERIFY version examples pass without failures
## Commit & Push
- [ ] Commit and push changed to `lib/metasploit/credential/version.rb` to staging/electro-release.