Skip to content
Cwiiis edited this page Jun 3, 2011 · 1 revision

Follow the following steps to do an Mx release:

  • Make sure the version in configure.ac is up-to-date
  • Update the NEWS file (see previous entries for formatting)
  • Configure Mx with '--enable-gtk-doc'
  • Run 'make distcheck' to create the tarball. There may be errors that require fixing.
  • Commit any changes with the message 'Release '
  • Run 'git tag '
  • Edit configure.ac and increment the version number
  • Commit changes with the message 'Post-release vesion bump to '
  • Run 'git push && git push --tags'
  • Upload the tar-ball to clutter-project.org (Possibly by running 'scp [email protected]:~clutter/upload-source/')
Clone this wiki locally