You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to follow Semantic Versioning 2.0.0 to release new versions of UniCore. This should happen in an automated way (through a GitHub Action) and produce predictable results.
The following is desired:
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
a CHANGELOG is updated
a new Docker image is published to DockerHub
Motivation
No response
Resources
No response
To-do List
Open questions
Do we want to enforce conventional commit messages locally (through .husky) or only check the PR title?
Which conventional commit style should we follow? config-conventional or config-angular?
The text was updated successfully, but these errors were encountered:
Description
We want to follow Semantic Versioning 2.0.0 to release new versions of UniCore. This should happen in an automated way (through a GitHub Action) and produce predictable results.
The following is desired:
Motivation
No response
Resources
No response
To-do List
Open questions
.husky
) or only check the PR title?config-conventional
orconfig-angular
?The text was updated successfully, but these errors were encountered: