dev-release: Update git tag command to avoid tagging jgit submodule
We now include jgit as a submodule, and it gets included in invocations of `git submodule foreach`. Update the example command for tagging the plugins to avoid also tagging modules/jgit. Change-Id: Ia8f070c8e07eb65ee0cdb32fdd6a12a5a03b92dd
This commit is contained in:
parent
9214c1eb94
commit
89aeba96a7
@ -98,7 +98,7 @@ Commit the changes and create a signed release tag on the new commit:
|
||||
Tag the plugins:
|
||||
|
||||
----
|
||||
git submodule foreach git tag -s -m "v$version" "v$version"
|
||||
git submodule foreach '[ "$path" == "modules/jgit" ] || git tag -s -m "v$version" "v$version"'
|
||||
----
|
||||
|
||||
[[build-gerrit]]
|
||||
|
Loading…
x
Reference in New Issue
Block a user