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

Move the repo versioning to semver #289

Open
kerak19 opened this issue Jul 16, 2024 · 0 comments
Open

Move the repo versioning to semver #289

kerak19 opened this issue Jul 16, 2024 · 0 comments

Comments

@kerak19
Copy link
Contributor

kerak19 commented Jul 16, 2024

At this moment this package is based on the Cycloid's Backend releases and matches the version. It causes us problems, because Go versioning is based on semver. It's not possible to fetch selected CLI version as a package, as Go expects every major version to be kept in a separate directory, i.e.:

go get github.com/cycloidio/[email protected]
go: github.com/cycloidio/[email protected]: invalid version: module contains a go.mod file, so module path must match major version ("github.com/cycloidio/cycloid-cli/v5")
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

1 participant