Skip to content
This repository has been archived by the owner on Jul 17, 2019. It is now read-only.

Latest commit

 

History

History
15 lines (12 loc) · 456 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (12 loc) · 456 Bytes

Contributing to minjur

Releasing

To release a new minjur version:

  • Make sure all tests are passing locally and on travis
  • Update version number in
    • minjur_version.hpp
    • README.md
  • Update CHANGELOG.md
  • Make a git tag: git tag v${VERSION} -a -m "v${VERSION}" && git push --tags
  • Go to https://github.com/mapbox/minjur/releases and edit the new release. Put "Version x.y.z" in title and cut-and-paste entry from CHANGELOG.md.