Skip to content

Commit 63da9e7

Browse files
author
Matthias Putz
committed
Modify: added commands creating a new version for repo
1 parent 180f654 commit 63da9e7

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
/repoc
44
_work
55
tests-portable
6+
CREATING_NEW_VERSION

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,3 +143,16 @@ For resyncing with the official google repo git, here are the commands for resyn
143143
# cleanup
144144
git branch -D update
145145
git branch -D google-latest
146+
147+
148+
##### Creating a new signed version #####
149+
150+
Commands for creating a new version of repo:
151+
152+
* replace KEYID (something like 0x..)
153+
* the v0.4.16 (two times)
154+
* replace COMMENT with something more explaining
155+
156+
git tag -s -u KEYID v0.4.16 -m "COMMENT"
157+
git push origin stable:stable
158+
git push origin v0.4.16

0 commit comments

Comments
 (0)