Skip to content

Files

Latest commit

author
Pierre GIRAUD
Oct 17, 2014
0da4c17 · Oct 17, 2014

History

History
24 lines (17 loc) · 641 Bytes

RELEASING.md

File metadata and controls

24 lines (17 loc) · 641 Bytes

Release Checklist

Prerelease

Major Release

  • create a branch
  • Draft a new release https://github.com/hotosm/osm-tasking-manager2/releases/new
  • Update CHANGELOG.md
  • Update version number in setup.py
  • Update version number in mako templates (resources)
  • git ci -m "Bumping version A.B.C"
  • git tag A.B.C (for example 2.3.0)
  • git push upstream --tags

TODO add document for Minor releases

Deploy in production

TODO to be completed