master → main
This commit is contained in:
parent
bf86e8ad79
commit
f3b56cc305
4 changed files with 8 additions and 8 deletions
4
Makefile
4
Makefile
|
|
@ -278,9 +278,9 @@ release:
|
|||
@echo
|
||||
@echo " git tag -s -m 'osbuild-composer $(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