Fix make file to get release numbers safer
This commit is contained in:
parent
7666ba421f
commit
b0844c5e74
2
Makefile
2
Makefile
|
@ -316,7 +316,7 @@ release:
|
||||||
git push -f origin maint
|
git push -f origin maint
|
||||||
git checkout master
|
git checkout master
|
||||||
git merge -s ours maint
|
git merge -s ours maint
|
||||||
UTILITIES/set-version.pl -o $(TAG)
|
UTILITIES/set-version.pl -a $(TAG)
|
||||||
git commit -a -m "Update website to show $(TAG) as current release"
|
git commit -a -m "Update website to show $(TAG) as current release"
|
||||||
git push
|
git push
|
||||||
make updateweb
|
make updateweb
|
||||||
|
|
Loading…
Reference in New Issue