Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
releng:individual-releases [2010/12/05 15:30] – [Bumping the Version and Generating the Release Tarball] jannisreleng:individual-releases [2020/12/04 18:32] (current) skunnyk
Line 1: Line 1:
 ====== How to Perform Individual Releases ====== ====== How to Perform Individual Releases ======
 +
 +<note important>Please see https://docs.xfce.org/contribute/dev/make-a-release for an up to date documentation!
 +</note>
 +
 +
  
 ===== Bugfix Releases ===== ===== Bugfix Releases =====
Line 20: Line 25:
   - 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 && make distcheck</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>
  
 There should now be a release tarball in the root directory of the component called ''xfwm4-4.6.1.tar.bz2''. There should now be a release tarball in the root directory of the component called ''xfwm4-4.6.1.tar.bz2''.