Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | Last revision Both sides next revision | ||
releng:individual-releases [2011/05/26 23:58] jannis [Bumping the Version and Generating the Release Tarball] |
releng:individual-releases [2014/08/21 00:23] ochosi [Bumping the Version and Generating the Release Tarball] Drop "make update-po" as that isn't needed anymore with Transifex |
||
---|---|---|---|
Line 20: | Line 20: | ||
- If the component is or contains a library and there were new symbols added since the last release, update the libtool version in the configure template | - If the component is or contains a library and there were new symbols added since the last release, update the libtool version in the configure template | ||
- Remove the ''git'' from ''xfwm4_version_tag'' in the configure script template | - Remove the ''git'' from ''xfwm4_version_tag'' in the configure script template | ||
- | - Rebuild the translation files (''po/*.pot?'') to update Project-Id-Version and prevent problems during make distcheck with <code>./autogen.sh --enable-gtk-doc ... && cd po/ && make update-po</code> | + | - Rebuild the translation files (''po/*.pot?'') to update Project-Id-Version and prevent problems during make distcheck with <code>./autogen.sh --enable-gtk-doc ...</code> |
- Make sure everything builds fine; fix problems locally without committing: | - Make sure everything builds fine; fix problems locally without committing: | ||
<code>./autogen.sh --enable-gtk-doc ... && make distcheck</code> | <code>./autogen.sh --enable-gtk-doc ... && make distcheck</code> |