Skip to content

Commit 3fe011f

Browse files
committed
Remove safeguards to get ready to go live with release-plz
1 parent e26fc85 commit 3fe011f

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.github/workflows/release-crates.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ jobs:
2626

2727
- name: Run release-plz
2828
uses: MarcoIeni/[email protected]
29-
# Remove the next two lines when ready to go live with release-plz
30-
with:
31-
command: release-pr
3229
env:
3330
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3431
CARGO_REGISTRY_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}

.release-plz.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
git_release_name = "{{ package }}-{{ version }}"
33
git_tag_name = "{{ package }}-{{ version }}"
44
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
75
publish_timeout = "10m"
86

97
# Only try to publish releases when a release PR is merged

0 commit comments

Comments
 (0)