Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Automatic release/publish pipeline.
You'll need to do two things to set it up: one mandatory and one optional.
Mandatory step:
CARGO_REGISTRY_TOKEN
in github:Optional step:
master
branch, forbid direct commits.If you don't - release-plz will trigger a release immediately after a merge to
master
and will commit a new release intomaster
directly.With protection, release-plz will create a PR with all the changes it wants to do and only after this PR is merged it will make a tag and a release, so this lets review changes before releasing.
(First release might need to be patched manually a bit to synchronize changelog to what release-plz expects.)