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

Issue #32: Adding basic CI for publishing to crates.io based on tags #45

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

stuartlynn
Copy link
Contributor

Addresses #32 I added a crates.io key to the actions secret keys

Workflow to publish should be something like

  • Use cargo-bump to bump the version number and to git tag the release
cargo bump minor — git-tag
  • push release tag to git
git push — follow-tags

Haven't tested this yet but will do next week

@stuartlynn stuartlynn changed the title Adding basic CI for publishing to crates.io based on tags Issue #32: Adding basic CI for publishing to crates.io based on tags Jun 7, 2024
@andrewphilipsmith andrewphilipsmith added the blocked Currently blocked by upstream issues or otherwise label Aug 8, 2024
@andrewphilipsmith
Copy link
Contributor

blocked by #77

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Currently blocked by upstream issues or otherwise
Projects
Status: In Progress:
Development

Successfully merging this pull request may close these issues.

3 participants