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 · 1 comment
Open

Move the repo versioning to semver #289

kerak19 opened this issue Jul 16, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

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")
@fhacloid
Copy link
Contributor

This issue will be ecapsulated in a better version management for the CLI and its middleware.

It is linked to the terraform provider so we should be cautious

@fhacloid fhacloid self-assigned this Dec 10, 2024
@fhacloid fhacloid added the enhancement New feature or request label Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants