Repository: cordova-coho Updated Branches: refs/heads/master 9bba016b9 -> 26cf8ebca
Added apache permanent tag step to platform release process Project: http://git-wip-us.apache.org/repos/asf/cordova-coho/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-coho/commit/26cf8ebc Tree: http://git-wip-us.apache.org/repos/asf/cordova-coho/tree/26cf8ebc Diff: http://git-wip-us.apache.org/repos/asf/cordova-coho/diff/26cf8ebc Branch: refs/heads/master Commit: 26cf8ebcac43aed16439ec44cd4c4f302b4d0047 Parents: 9bba016 Author: Steve Gill <[email protected]> Authored: Sat Jan 23 23:51:12 2016 -0800 Committer: Steve Gill <[email protected]> Committed: Sat Jan 23 23:51:12 2016 -0800 ---------------------------------------------------------------------- docs/platforms-release-process.md | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/26cf8ebc/docs/platforms-release-process.md ---------------------------------------------------------------------- diff --git a/docs/platforms-release-process.md b/docs/platforms-release-process.md index 3a9f088..54be1b7 100644 --- a/docs/platforms-release-process.md +++ b/docs/platforms-release-process.md @@ -321,6 +321,12 @@ _Note: list of PMC members: http://people.apache.org/committers-by-project.html# Find your release here: https://dist.apache.org/repos/dist/release/cordova/ +## Add permanent apache release tag + +Make a copy of your released tag with a prefix of `rel\YOURTAG`. These are permanent release tags for Apache. + + (cd cordova-android; git checkout 5.1.0; git tag rel/5.1.0; git push origin --tags; git checkout master) + ## Details ### Tell Apache about Release --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
