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

chore: bump cli version and add .npmignore #1270

Merged
merged 1 commit into from
Sep 30, 2024

Conversation

ananas-block
Copy link
Contributor

issue:

  • cargo-generate bin was bundled accidentally with release of cli this way the cli release 0.18.0 init command only works for mac os without manually removing the bundled cargo-generate binary

Changes:

  • bump cli version to 0.18.1
  • add .npmignore file to remove the footgun of accidentally bundling cargo-generate

@@ -0,0 +1 @@
bin/cargo-generate
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we just do bin/*?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we include all files in bin/ on purpose excluding cargo-generate

Copy link
Contributor Author

@ananas-block ananas-block Sep 30, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

actually you are right we should download everything by release tag the way it is right now this is a setup for disaster because by including bin/* we include latest build instead of releases of all programs and prover binaries

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would like to do that in a separate pr though

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would like to do that in a separate pr though

That's fine. We also need to make sure that the download mechanism works properly for prover and the others.

@ananas-block ananas-block merged commit 12f1750 into main Sep 30, 2024
5 checks passed
@ananas-block ananas-block deleted the jorrit/chore-bump-cli-version-add-npmignore branch September 30, 2024 09:48
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

Successfully merging this pull request may close these issues.

3 participants