Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 307 Bytes

RELEASING.md

File metadata and controls

10 lines (10 loc) · 307 Bytes

Release Steps

  1. Increment version in develop.
  2. Update CHANGELOG with changes.
  3. Update README (features, latest dep version, etc...)
  4. Clean project.
  5. Commit & tag release commit (x.x.x).
  6. Create release branch (vx.x.x).
  7. Merge to master.
  8. Create Git Release from the version tag.