We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e26fc85 commit 3fe011fCopy full SHA for 3fe011f
.github/workflows/release-crates.yml
@@ -26,9 +26,6 @@ jobs:
26
27
- name: Run release-plz
28
uses: MarcoIeni/[email protected]
29
- # Remove the next two lines when ready to go live with release-plz
30
- with:
31
- command: release-pr
32
env:
33
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34
CARGO_REGISTRY_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
.release-plz.toml
@@ -2,8 +2,6 @@
2
git_release_name = "{{ package }}-{{ version }}"
3
git_tag_name = "{{ package }}-{{ version }}"
4
pr_labels = ["release", "bot"]
5
-git_tag_enable = false # # Remove this line when ready to go live with release-plz
6
-publish = false # Remove this line when ready to go live with release-plz
7
publish_timeout = "10m"
8
9
# Only try to publish releases when a release PR is merged
0 commit comments