mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-01 05:10:54 -08:00
; * admin/release-branch.txt: Small edits.
This commit is contained in:
parent
f1f57a541e
commit
1e79c9e9c0
1 changed files with 3 additions and 3 deletions
|
|
@ -1,9 +1,9 @@
|
|||
Instructions for cutting the Emacs release branch
|
||||
|
||||
1. In the clone of the Emacs Git repository, switch to the 'master'
|
||||
branch, "git pull", and build it to make sure it's not broken.
|
||||
Consider deleting all the *.elc and *.o files, or running the
|
||||
command "make extraclean", before building.
|
||||
branch, "git pull", and build it (using 'make bootstrap') to make
|
||||
sure it's not broken. Run 'make check-expensive' and ensure all
|
||||
tests pass.
|
||||
|
||||
2. Create the release branch and switch to it. Assuming that it is
|
||||
for releasing Emacs versions XY.1, XY.2, etc., the command is:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue