Changelog Generation
The baseline for changelogs and version is the hopfly-mobile project which is the main user-facing application.
Using Google's release-please action, we generate a changelog based on merged pull requests.
After creating a new release, a separate action is executed which scrapes the generated changelog, transforms it into a nice format and pushes it into the changelog folder of the documentation repository.
This way, we have automated changelog generation for every release and it is always up to date.
Changelog format
New changelogs always have the same format:
---
title: vX.Y.Z
date: YYYY-MM-DD
---
## Added
## Changed
## Deprecated
## Removed
## Fixed