Innopolis University DevOps Playground
Skip to content

Documentation: Write changelogs

Assignment deliverables requires a changelog. Though we did not release any final versions of our product, we should document changes in MVPs. Changelogs can be made using git-cliff. Git-cliff can be installed on Windows using winget:

winget install git-cliff

List of last commits for each MVP:

Release builds will be added to the Releases section of this repository by @d.bargan.

Write the changelog in Fastlane metadata converntion. Changelogs are basic txt/md files. MVP versions are 0, 1, and 2 accordingly.

Edited by Dmitrii Bargan