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: add some way to automatically update version in Cargo.toml #14

Open
ssddOnTop opened this issue Oct 17, 2024 · 0 comments
Open

Comments

@ssddOnTop
Copy link
Member

Currently we are using https://github.com/tailcallhq/tailcall/blob/main/.github/workflows/release-drafter.yml in main repo.

We could use that but it would have 0 effect on Cargo.toml

So, we could either update the version before calling cargo publish or manually update the version.

The problem with dynamically updating version in Cargo.toml is that it would have no affect on actual Cargo.toml. It might publish a newer version but the cargo.toml will still be on v0.1.0

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