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

Remove versioning disclaimer #619

Merged
merged 1 commit into from
Jan 7, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,18 +88,6 @@ aren't sure about it).
Make sure to include the bin folder in the path of your shell, to be able to
directly use the `golangci-lint run` command.

## Versioning
With GitHub, there are 2 version types: release versions (such as `v1.x`)
and Go branch default versions (such as `v0.0.0-202412xxx`).
The latter is `automatically` assigned by Go modules command if the
master branch contains new commits that aren't present in the last
GitHub release.

We plan to `periodically` publish stable releases (v1.x), after a while that
no one reports issues with the fixes merged in the master branch.
You can `safely use both` version types, since we carefully review
all the pull requests before merging them.

## A taste of GoProxy

To get a taste of `goproxy`, here you are a basic HTTP/HTTPS proxy
Expand Down
Loading