mirror of
https://github.com/Guake/guake.git
synced 2025-10-26 11:27:13 +00:00
fix push remote for tag-pbr
This commit is contained in:
parent
525b134e8e
commit
be500bc2ce
4
Makefile
4
Makefile
@ -171,8 +171,8 @@ tag-pbr:
|
||||
git tag $$VERSION -m "$$PROJECTNAME $$VERSION"; \
|
||||
echo "I: Pushing tag $$VERSION, press ENTER to continue, C-c to interrupt"; \
|
||||
read _; \
|
||||
echo "$$ git push origin $$VERSION"; \
|
||||
git push origin $$VERSION; \
|
||||
echo "$$ git push upstream $$VERSION"; \
|
||||
git push upstream $$VERSION; \
|
||||
}
|
||||
@# Note:
|
||||
@# To sign, need gpg configured and the following command:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user