The instructions assume that you're releasing from within a NeatlineTime
plugin directory within a working Omeka instance.
VERSION=42.0.13
— We'll use this value later.git flow release start $VERSION
- Bump the version number by editing:
plugin.ini
git commit
- Update i18n:
tx pull --all
rake update_pot build_mo
(if there are new translations)git commit
(if there are new translations)
- Make sure there aren't any extraneous files lying around.
rake package
- quick check the zip
- test the zip
git flow release finish $VERSION
git push --all
git push --tags
- upload the zip to http://omeka.org/add-ons/plugins/.