Created
December 27, 2017 15:37
-
-
Save jfinucane/3d650c5e478d3ccbc2cd40cccfa0a3b0 to your computer and use it in GitHub Desktop.
Tag pattern
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
OPEN COMMAND LINE WINDOW | |
pull current dev: git pull origin dev | |
create release canddidate branch: git checkout -b 7.12.0.0rc1 | |
git merge origin/test | |
update changelog.md | |
update VERSION | |
push the branch | |
OPEN BROWSER | |
go to github icam-public web interface | |
click on releases | |
click on draft a new release | |
Enter 7.12.0.0rc1 in the tag version | |
in target put dev | |
in the Describe this release you should be able to paste the detail from the changelog | |
Click on "this is a pre-release" | |
Save draft |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment