FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
castle-ruby/RELEASING.md at develop · castle/castle-ruby · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
castle
/
castle-ruby
Public
Notifications
You must be signed in to change notification settings
Fork
17
Star
36
Code
Issues
0
Pull requests
1
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
castle-ruby
/
RELEASING.md
Copy path
More file actions
More file actions
Latest commit
History
History
History
13 lines (12 loc) · 597 Bytes
Breadcrumbs
castle-ruby
/
RELEASING.md
Copy path
File metadata and controls
13 lines (12 loc) · 597 Bytes
Raw
Copy raw file
Download raw file
Edit and raw actions
Releasing
Create branch X.Y.Z from develop.
Update VERSION in lib/castle/version.rb to the new version
Run bundle
Update the CHANGELOG.md for the impending release
git commit -am "release X.Y.Z." (where X.Y.Z is the new version)
Push to Github, make PR to the develop branch, and when approved, merge.
Pull latest develop, merge it to master, and push it.
Make a release on Github from the master branch, specify tag as vX.Y.Z to create a tag.
git checkout master && git pull
gem build castle-rb.gemspec
gem push castle-rb-X.Y.Z.gem
Back
|
FazBrowse Home
|
New Git URL