This page contains all the useful informations for MATE maintainers.
This section covers all the process to release a MATE package tarball in http://pub.mate-desktop.org/.
git pull
git status
AC_INIT([mate-panel], [1.2.1], [https://github.com/mate-desktop/mate-panel/issues], [mate-panel], [http://www.mate-desktop.org])
git log --stat > ChangeLog
git commit -a git tag -a mate-package-name-X.Y.Z git push origin master --tags
This section covers all the process to maintain MATE packages in the official repository at http://repo.mate-desktop.org/.