summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2021-10-13 11:14:59 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2021-10-13 11:18:55 -0700
commit396d2d88afe254715eb3b09226e0353e72c47936 (patch)
treee9fe4264f191208daffb38b47687b84fc1e5ab5c /Makefile.in
parent9e3b3ae9d94c6d521d771e08e1536a8e4875d720 (diff)
downloademacs-396d2d88afe254715eb3b09226e0353e72c47936.tar.gz
Change release branch to emacs-28
* admin/notes/git-workflow: * Makefile.in (PREFERRED_BRANCH): emacs-27 → emacs-28
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 300340c6e82..ccb5d93f2f0 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1165,7 +1165,7 @@ ChangeLog:
./$(emacslog) -o $(CHANGELOG) -n $(CHANGELOG_HISTORY_INDEX_MAX)
# Check that we are in a good state for changing history.
-PREFERRED_BRANCH = emacs-27
+PREFERRED_BRANCH = emacs-28
preferred-branch-is-current:
git branch | grep -q '^\* $(PREFERRED_BRANCH)$$'
unchanged-history-files: