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

add loose release type support #72

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

aotarola
Copy link
Member

What is this?

Have nlm verify to check the current branch commits against master, hence the loose option in nlm config:

"nlm" : {
  "releaseType": "loose"
}

Why?

Some teams merges PR without auto publish on merge. This causes a level of confusion when opening a PR with an expected semver-patch semver versioning, but instead it is marked as semver-minor or even as semver-breaking changes by verify, because all the unpublished commits from the current version are included in the next semver calculation.

TODO:

  • Ensure all the commits are considered for the final publishing

This PR was started by: git wf pr

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

Successfully merging this pull request may close these issues.

2 participants