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

Verify semantic versions are incremented properly #70

Open
jtyoung84 opened this issue Sep 4, 2024 · 0 comments
Open

Verify semantic versions are incremented properly #70

jtyoung84 opened this issue Sep 4, 2024 · 0 comments
Assignees

Comments

@jtyoung84
Copy link
Contributor

jtyoung84 commented Sep 4, 2024

Describe the bug
In theory, the semantic versions should parse the commit message and increment appropriately

To Reproduce
Steps to reproduce the behavior:

  1. Merge a PR with the words "BREAKING CHANGE" or "feat" in the commit message
  2. Check if the major/minor versions are incremented

Expected behavior
When a user merges a PR with the phrase BREAKING CHANGE, then the major version number should increment.
When a user merges a PR with the phrase feat, then the minor version number should increment.
Documentation exists for how to do this, either in readthedocs or another markdown file somewhere.

Additional context
This might be working and may be a matter of checking the commit messages when merging into main

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

No branches or pull requests

2 participants