forked from jvilarroig/MyNotes
Update
This commit is contained in:
parent
f289b61a44
commit
ac0cefe11e
|
@ -9,7 +9,7 @@ This checklist assumes that you are in a clone of mdm_unidata repository with th
|
|||
* Maintenance release
|
||||
*git checkout tag/_last_release_tag_ -B release*
|
||||
* *git push -u origin release*
|
||||
* Edit pom.xml to bump version number to yyyy.nn-rc1
|
||||
* Edit pom.xml to bump version number to yyyy.nn[.xx]-rc1
|
||||
* *git commit -m "Bumps version number"*
|
||||
* Cleanup CHANGELOG
|
||||
* *git commit -m "Cleans up CHANGELOG"*
|
||||
|
@ -23,7 +23,7 @@ This checklist assumes that you are in a clone of mdm_unidata repository with th
|
|||
* Create PR to merge your_repo/release to Spinco_repo/main
|
||||
* Wait for PR to be deployed and auto tested
|
||||
* Manage any testing error
|
||||
* Prepare a tag yyyy.nn-rc1
|
||||
* Prepare a tag yyyy.nn[.xx]-rc1
|
||||
* Inform Release Manager that we are ready for Release Testing
|
||||
* Pre Release testing at the corresponding prtest server (By PO/BA/RM)
|
||||
* In case of issues
|
||||
|
|
Loading…
Reference in New Issue