Skip to content
This repository has been archived by the owner on Nov 14, 2020. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 198 Bytes

RELEASE.md

File metadata and controls

14 lines (10 loc) · 198 Bytes

Releasing

  1. Update CHANGELOG.md

  2. Tag commit:

    $ git tag -a x.y.z -m "marquez-web x.y.z"
  3. Push tag:

    $ git push origin x.y.z