-
Notifications
You must be signed in to change notification settings - Fork 0
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 release-plz #97
Add release-plz #97
Conversation
.github/workflows/release-plz.yml
Outdated
push: | ||
branches: | ||
- main | ||
# Temporarily add the `add-release-plz` branch to test the release-plz PR workflow |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove the branch name add-release-plz
before merging this PR. The only remaining branch name should be main
.
The important changes in this PR are mostly the authentication settings. In theory, it can only be reviewed by someone who has
|
Have added @stuartlynn and @sgreenbury to the owners on crates.io. |
This PR establishes a workflow for publishing to crates.io using release-plz.
Notes: