Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 716 Bytes

RELEASE-LIST.md

File metadata and controls

24 lines (20 loc) · 716 Bytes

Release Checklist

The instructions assume that you're releasing from within a NeatlineTime plugin directory within a working Omeka instance.

  1. VERSION=42.0.13 — We'll use this value later.
  2. git flow release start $VERSION
  3. Bump the version number by editing:
    • plugin.ini
  4. git commit
  5. Update i18n:
    • tx pull --all
    • rake update_pot build_mo (if there are new translations)
    • git commit (if there are new translations)
  6. Make sure there aren't any extraneous files lying around.
  7. rake package
  8. quick check the zip
  9. test the zip
  10. git flow release finish $VERSION
  11. git push --all
  12. git push --tags
  13. upload the zip to http://omeka.org/add-ons/plugins/.