Minor edits.

Mention post-release trunk procedure.


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5513 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Nick Treleaven 2011-01-05 16:27:29 +00:00
parent b64501ad22
commit 2514d59e21

View File

@ -7,11 +7,11 @@ Ensure version numbers are all updated in:
configure.ac geany.nsi geany_private.rc win32-config.h wscript
doc/geany.txt
Regenerate doc/geany.html.
Set GEANY_CODENAME in src/geany.h.
Check GEANY_CODENAME is set in src/geany.h.
Update NEWS & release date.
Add changelog entry for new release.
Export branch into a new directory (i.e. not usual working copy).
Export the code into a new directory (i.e. not usual working copy).
Run 'make distcheck'.
Delete the created archive and run 'make dist' and 'make dist-bzip2'.
@ -37,3 +37,5 @@ and update the information on gnomefiles.org.
For non-trunk releases, merge NEWS into trunk and any branch-only
commits that need to merged.
For trunk releases, bump version strings and merge unstable branch.