Skip to content

Versioning and changelog

Alexander Bantyev requested to merge changelog into dev
  • Versions are git tags of form MAJOR.MINOR.PATCH
  • Releases are created automatically when such tags are pushed
  • Changelog entries are added as YAML files to changelog folder with ./scripts/add-changelog-entry.sh
  • Changelog in json format is generated with ./scripts/changelog-json.sh
  • Changelogs and release notes are generated from mustache files in scripts
Edited by Suzanne Soy

Merge request reports