File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed
Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change 11## Release Checklist
22
3- 1 . update version in ` kscript `
3+ 1 . Increment version in ` kscript `
4+ 2 . Make sure that support api version is up to date and available from jcenter
5+ 3 . push and create github release tag
6+ 4 . Update release branch
47
5- 2 . push and create github release tag
6-
7- 3 . Update release branch
88``` bash
99# http://stackoverflow.com/questions/13969050/how-to-create-a-new-empty-branch-for-a-new-project
1010git clone git@github.com:holgerbrandl/kscript.git kscript_releases
@@ -22,15 +22,12 @@ git commit -m "adjusted v1.3 self-update paths"
2222git push origin releases
2323```
2424
25-
26-
27-
28- 4 . create new version on jcenter
25+ 5 . create new version on jcenter
2926
3027* Upload artifacts from ~ /.m2/repository/de/mpicbg/scicomp/kutils to:
3128> https://bintray.com/holgerbrandl/mpicbg-scicomp/kutils
3229
33- 5 . Check for release status on
30+ 1 . Check for release status on
3431https://jcenter.bintray.com/de/mpicbg/scicomp/
3532
36- 6 . Bump versions for new release cycle
33+ 7 . Bump versions for new release cycle
You can’t perform that action at this time.
0 commit comments