-
Notifications
You must be signed in to change notification settings - Fork 29
Cut uaac release
Mikhail Vyshegorodtsev edited this page May 22, 2017
·
1 revision
Merge all changes you about to release into the master branch.
git checkout master
git merge develop --no-ff
Bump the release version of CLI_VERSION in lib/uaa/cli/version.rb
Make a commit with the new version and push the changes.
2Uaa team: use git ci
instead.
git add lib/uaa/cli/version.rb
git commit -m"Bump version to SOMEVERSION
git push
cd into cf-uaac directory and create a gem file:
gem build cf-uaac.gemspec
gem push cf-uaac-SOMEVERSION
In releases page click Draft new release
and specify new tag name and release notes.