Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automated release workflow based on semantic commits #33

Open
nitrocode opened this issue Sep 5, 2024 · 1 comment
Open

Automated release workflow based on semantic commits #33

nitrocode opened this issue Sep 5, 2024 · 1 comment

Comments

@nitrocode
Copy link
Contributor

what

The module could follow a semantic versioning scheme major.minor.patch

Using semantic commits, such as

  • feat! for breaking backwards compatibility would cause a major version bump
  • feat for a new feature with backwards compatibility would cause a minor version bump
  • fix would be a bugfix that would cause a patch version bump

all others like chore or ci or docs would not result in a new release

why

This can help keep releases separated and easy to downgrade or upgrade to new versions

references

@paulschwarzenberger
Copy link
Member

Sounds good to me!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants