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

feat: allows to use semver strictly on versions less than 1.0.0 #87

Closed
wants to merge 1 commit into from
Closed

feat: allows to use semver strictly on versions less than 1.0.0 #87

wants to merge 1 commit into from

Conversation

Y-qwq
Copy link

@Y-qwq Y-qwq commented Jun 27, 2023

I re-pulled request this PR to the current repository.
standard-version for feat commit bump is a patch version, which is very unfriendly for feature fixes, expect commit-and-tag-version to provide a flag configured to strictly follow the semver specification.

@TimothyJones
Copy link
Member

As I understand it, this PR would mean that it would not follow the semver specification, yes?

@Y-qwq
Copy link
Author

Y-qwq commented Jul 5, 2023

The explanation of https://semver.org/#spec-item-4 for this is not very clear, and according to my search, two explanations should exist.

One is the lerna, where feat and BREAK CHANGE will bump minor version.

One is the standard-version, where only BREAK CHANGE will bump minor version.

I think both approaches have their application scenarios, so maybe we should support both?

Finally, whatever the conclusion, this PR should be closed because it has the issue that lerna had.

@Y-qwq Y-qwq closed this Jul 5, 2023
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

Successfully merging this pull request may close these issues.

None yet

2 participants