mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2025-02-01 20:54:25 +00:00
Makefile: minor fix to the git command in make testrelease
This commit is contained in:
parent
8567831ff8
commit
c9b49c05a6
2
Makefile
2
Makefile
@ -286,7 +286,7 @@ pdf: doc/org.pdf doc/orgguide.pdf
|
||||
card: doc/orgcard.pdf doc/orgcard_letter.pdf doc/orgcard.txt
|
||||
|
||||
testrelease:
|
||||
git checkout -b testrelease maint
|
||||
git checkout -b testrelease origin/maint
|
||||
git merge -s recursive -X theirs master
|
||||
UTILITIES/set-version.pl testing
|
||||
git commit -a -m "Release testing"
|
||||
|
Loading…
x
Reference in New Issue
Block a user