master → main

This commit is contained in:
Lars Karlitski 2020-11-13 11:46:23 +01:00 committed by Tom Gundersen
parent ea7acf7051
commit 7228d79003
3 changed files with 7 additions and 7 deletions

View file

@ -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"