Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 615 Bytes

release-process.md

File metadata and controls

13 lines (11 loc) · 615 Bytes

Release process

This document describes the steps required to make a new node.gl release.

  1. Make sure the Changelog is not missing any entry
  2. Run ./scripts/make-release with no argument from the root directory in a clean and up-to-date git state
  3. Indicate the new libnodegl version as prompted, following the semantic versioning convention (the version can remain identical)
  4. Check the last commit and tag
  5. Run git push -n && git push -n --tags
  6. If everything looks sane and the release commit has been approved by another developer, run git push && git push --tags