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

Release Arduino CLI with v prefix #2341

Closed
umbynos opened this issue Sep 26, 2023 · 2 comments · Fixed by #2374
Closed

Release Arduino CLI with v prefix #2341

umbynos opened this issue Sep 26, 2023 · 2 comments · Fixed by #2374
Assignees
Labels
conclusion: resolved Issue was resolved topic: infrastructure Related to project infrastructure type: enhancement Proposed improvement

Comments

@umbynos
Copy link
Contributor

umbynos commented Sep 26, 2023

We're using some packages of the arduino-cli in other projects. Like fw-uploader plugins, arduino-create-agent and more.
When you don't tag with the v prefix golang treat that tag as it's a pseudo-version and import like: github.com/arduino/arduino-cli v0.0.0-20230529151818-ca60d4b47be4
More info here: https://go.dev/ref/mod#versions

@umbynos umbynos added this to the Arduino CLI 0.35.0 milestone Sep 26, 2023
@umbynos umbynos added type: enhancement Proposed improvement topic: infrastructure Related to project infrastructure labels Sep 26, 2023
@alessio-perugini
Copy link
Contributor

alessio-perugini commented Sep 26, 2023

Possible gotchas:

  • IDE2 assumes no v prefix. (We have to coordinate with them).
  • We have to investigate if our tools published in the packing index without the v prefix still work or if we need to add the v prefix in the index as well.

@umbynos
Copy link
Contributor Author

umbynos commented Sep 26, 2023

@umbynos umbynos assigned umbynos and unassigned MatteoPologruto Oct 16, 2023
@per1234 per1234 added the conclusion: resolved Issue was resolved label Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conclusion: resolved Issue was resolved topic: infrastructure Related to project infrastructure type: enhancement Proposed improvement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants