Bump API version for new plugin entry points (oops)
[geany-mirror.git] / doc / making-a-release
blob3c7b9eefbbcf48fd69b4304c1ee25b943c4290ac
1 Let mailing lists know about the coming release.
2 For major releases:
3 * Agree string freeze period for translations.
4 * Try to synchronize release date with geany-plugins.
6 Update NEWS file - ideally each committer should review their changes
7 and summarize the interesting ones.  Use `git log --author='name'`
8 to filter commits by a particular developer name.
10 Ensure version numbers are all updated in:
11         configure.ac geany_private.rc geany.exe.manifest
12         win32-config.h wscript doc/geany.txt
13 Ensure release date is updated in:
14         NEWS doc/geany.txt doc/geany.1.in
15 Check GEANY_CODENAME is set in src/geany.h.
17 Export the code into a new directory (i.e. not usual working copy).
18 Run 'make distcheck'.
19 Delete the created archive and run 'make dist' and 'make dist-bzip2'.
20 Sign the archives with 'make sign'.
22 Put the resulting tarballs and signature files on geany.org - upload
23 to home directory and after the upload is finished move them into
24 /srv/www/download.geany.org/.
25 Rename LATEST-IS-... to the new version number in
26 /srv/www/download.geany.org/ and /srv/www/www.geany.org/files.
27 Execute (as user geany) /home/geany/md5sums to update
28 /srv/www/download.geany.org/MD5SUMS.
29 Make sure the public part of the GPG key used to sign the archives
30 can be found on the download page.
32 Windows builds (enrico?).
34 Create a signed tag for the release in Git with 'git tag -s <version>'.
36 Website: update Releases, Documentation links, Release Notes, ChangeLog
37 and add a News item.  Update the manual data and links in the filesystem
38 in /srv/www/www.geany.org/manual.  Remember to update
39 current/hacking.html too.
41 Announce on geany, devel, i18n mailing lists (check you're subscribed).
42 Put a news item on SourceForge (https://sourceforge.net/news/?group_id=153444)
43 and a new release on GitHub (https://github.com/geany/geany/releases).
45 For non-master releases, merge NEWS into master and any branch-only
46 commits that need to merged.
48 For merge releases, bump version strings and codename and merge unstable
49 branch if any.