Commit 63da9e7b by Matthias Putz

Modify: added commands creating a new version for repo

parent 180f6542
...@@ -3,3 +3,4 @@ ...@@ -3,3 +3,4 @@
/repoc /repoc
_work _work
tests-portable tests-portable
CREATING_NEW_VERSION
...@@ -143,3 +143,16 @@ For resyncing with the official google repo git, here are the commands for resyn ...@@ -143,3 +143,16 @@ For resyncing with the official google repo git, here are the commands for resyn
# cleanup # cleanup
git branch -D update git branch -D update
git branch -D google-latest git branch -D google-latest
##### Creating a new signed version #####
Commands for creating a new version of repo:
* replace KEYID (something like 0x..)
* the v0.4.16 (two times)
* replace COMMENT with something more explaining
git tag -s -u KEYID v0.4.16 -m "COMMENT"
git push origin stable:stable
git push origin v0.4.16
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment