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

Add a new release workflow #67

Merged
merged 2 commits into from
Dec 4, 2024
Merged

Add a new release workflow #67

merged 2 commits into from
Dec 4, 2024

Conversation

DrChat
Copy link
Member

@DrChat DrChat commented Dec 3, 2024

  1. Disable cargo publish
  2. Add a new workflow that gets triggered when a new version tag is pushed (e.g: v0.0.1)

This new workflow should now look similar to the one used by cargo-llvm-cov wherein new releases are tagged and binaries published using GitHub's built-in release feature.
We can then use GitHub's API downstream to automatically download either the latest release or a pinned version (without building it with a Rust toolchain).

@DrChat DrChat force-pushed the user/jusmoore/release branch from 91cd213 to 7691d9c Compare December 4, 2024 21:57
@DrChat DrChat merged commit eb0969c into main Dec 4, 2024
5 checks passed
@DrChat DrChat deleted the user/jusmoore/release branch December 4, 2024 22:04
This was referenced Dec 4, 2024
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.

1 participant