Skip to content

Instantly share code, notes, and snippets.

@jfinucane
Created December 27, 2017 15:37
Show Gist options
  • Save jfinucane/3d650c5e478d3ccbc2cd40cccfa0a3b0 to your computer and use it in GitHub Desktop.
Save jfinucane/3d650c5e478d3ccbc2cd40cccfa0a3b0 to your computer and use it in GitHub Desktop.
Tag pattern
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