Skip to content

Instantly share code, notes, and snippets.

@stliu
Created July 7, 2011 09:57
Show Gist options
  • Save stliu/1069214 to your computer and use it in GitHub Desktop.
Save stliu/1069214 to your computer and use it in GitHub Desktop.
[12:58] <sebersole> here are the steps:
[12:58] <sebersole> 1) mark version released in jira
[12:59] <sebersole> 2) get changelog from jira and add to changelog.txt (just follow others)
[12:59] <sebersole> 3) change version in build.gradle
[12:59] <sebersole> 4) commit
[13:00] <sebersole> 5) gradle clean test uploadArtifacts
[13:01] <stliu> 4.1) tag?
[13:01] <sebersole> 6) gradle :release:buildReleaseBundles
[13:02] <sebersole> stliu: i usually tag after everything goes smooth
[13:02] <sebersole> more correct imo
[13:02] <sebersole> and alleviates rolling back and clean up if stuff does go wrong
[13:02] <sebersole> 7) tag
[13:02] <sebersole> oh....
[13:03] <sebersole> 5.b) log on to nexus and do that bs
[13:03] <sebersole> 6.b) upload bundles to SF
[13:04] <sebersole> 8) change version in build.gradle
[13:04] <sebersole> 9) commit
[13:04] <sebersole> 10) push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment