master → main
This commit is contained in:
parent
ea7acf7051
commit
7228d79003
3 changed files with 7 additions and 7 deletions
4
Makefile
4
Makefile
|
|
@ -350,9 +350,9 @@ release:
|
|||
@echo
|
||||
@echo " git tag -s -m 'osbuild $(NEXT_VERSION)' v$(NEXT_VERSION) HEAD"
|
||||
@echo
|
||||
@echo " * Push master as well as the tag:"
|
||||
@echo " * Push main as well as the tag:"
|
||||
@echo
|
||||
@echo " git push origin master"
|
||||
@echo " git push origin main"
|
||||
@echo " git push origin v$(NEXT_VERSION)"
|
||||
@echo
|
||||
@echo " * Create a release on github. Use 'NEWS.md' verbatim from the"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue