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:
-
Week 3 / MVPv0:
a0da73350ef3bc7e72821d894e5ad811140bf6c0
-
Week 4 / MVPv1:
fd5977059b4eeec4e98f346ad076b692955deb87
-
Week 5 / MVPv2:
9d267dc27c03c8f3162a9c5767d221f1d7234094
-
Week 6 / MVPv3:
3d1a2497f1cb37d4b80690aecffcba96156b00fe
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