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
{{ message }}
This repository has been archived by the owner on Feb 19, 2025. It is now read-only.
Needs more research. We do not necessarily want to manage version updates at the commit level. Is there a way to do this via commitizen or do we need an alternative?
Commitizen is only part of the story here. We also need a means to enforce semantic versioning and implement CI tooling around that. Commitizen is a per-requisite as most automated semver tools expect commit messages to follow the conventional format and then parse them to figure out version bumps.
Then you need a tool like semantic release to benefit from automations around standardized commit messages.
No worries.
If you go look at the PR, you'll notice I created a different issue and
edited your PR to link to that. Your PR implements commitizen which
provides us with machine-readable commit messages. These are prerequisites
to have automated semantic versioning, but commitizen in and of itself does
not add provide.
This is a separate issue we still need to solve.
Best
Evan Jones
Website: www.ea-jones.com
Problem
We currently use semantic versioning but rely on developers to manually update versionings and change logs. This creates lots of room for error.
Solution
Enforce proper semantic versioning and change log updates via commitizen.
The text was updated successfully, but these errors were encountered: