We want to follow Semantic Versioning 2.0.0 to release new versions of UniMe. This should happen in an automated way (through a GitHub Action) and produce predictable results.
Motivation
enforced conventional commits
PR titles are linted against the same ruleset (since squash commits are the default)
a new release pipeline is triggered manually that collects all commits since the last release and builds and publishes a new release automatically
Description
We want to follow Semantic Versioning 2.0.0 to release new versions of UniMe. This should happen in an automated way (through a GitHub Action) and produce predictable results.
Motivation
Resources
To-do List