Просмотр исходного кода

Make release process get the tag from maint into master

Carsten Dominik 15 лет назад
Родитель
Сommit
c3740a936b
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      Makefile

+ 1 - 0
Makefile

@@ -297,6 +297,7 @@ release:
 	make pushreleasetag TAG=$(TAG)
 	git push origin maint
 	git checkout master
+	git merge -s ours maint
 	UTILITIES/set-version.pl -o $(TAG)
 	git commit -a -m "Update website to show $(TAG) as current release"
 	git push