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

build(deps): bump github.com/Abirdcfly/dupword from 0.0.12 to 0.0.13 #4104

Merged
merged 2 commits into from
Sep 25, 2023

Conversation

Abirdcfly
Copy link
Contributor

@Abirdcfly Abirdcfly commented Sep 25, 2023

For Abirdcfly/dupword#26

need an option for allowing some duplicate words without an annotation.

Abirdcfly/dupword@v0.0.12...v0.0.13

Signed-off-by: Abirdcfly <fp544037857@gmail.com>
@Abirdcfly Abirdcfly marked this pull request as ready for review September 25, 2023 03:13
@ldez ldez changed the title dupword: customize ignore keywords build(deps): bump github.com/Abirdcfly/dupword from 0.0.12 to 0.0.13 Sep 25, 2023
@ldez ldez added dependencies Relates to an upstream dependency linter: update version Update version of linter go Pull requests that update Go code labels Sep 25, 2023
@ldez
Copy link
Member

ldez commented Sep 25, 2023

FYI 0.0.x are not semver complaint because a bug fix cannot happen before a minor release or an impossible initial version v0.0.0.

PATCH version when you make backward compatible bug fixes

https://semver.org/

How should I deal with revisions in the 0.y.z initial development phase?

The simplest thing to do is start your initial development release at 0.1.0 and then increment the minor version for each subsequent release.

https://semver.org/#how-should-i-deal-with-revisions-in-the-0yz-initial-development-phase

The difference between v0.0.12 and v0.0.13 is a feature, so the expected version is v0.1.0.

@ldez ldez merged commit 95edd30 into golangci:master Sep 25, 2023
11 checks passed
@ldez ldez modified the milestone: v1.55 Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Relates to an upstream dependency go Pull requests that update Go code linter: update version Update version of linter
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants