Skip to content

Instantly share code, notes, and snippets.

@prodeezy
Created May 19, 2014 21:09
Show Gist options
  • Save prodeezy/08034bc99cccc9f07bb2 to your computer and use it in GitHub Desktop.
Save prodeezy/08034bc99cccc9f07bb2 to your computer and use it in GitHub Desktop.
Current List of Repos :
valhalla-core
valhalla-message-loader
valhalla-meta
metric-meta
valkyrie
tesseract-loader
tesseract-server
=== [Prod Release steps for each Repo-X] ===
git checkout master
git merge --no-ff release/0.1.3
[change pom, remove SNAPSHOT]
git commit pom.xml
git push origin master
git tag 0.1.3
git push origin 0.1.3
git checkout develop
[change POM, bump version to 0.1.4-SNAPSHOT (dependencies as well) ]
[changes to DEVOPS/configuration]
pillar/production/versions.sls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment