Skip to content

Commit

Permalink
Remove safeguards to get ready to go live with release-plz
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeaurivage committed Oct 1, 2024
1 parent fec4769 commit 84e34d2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ jobs:

- name: Run release-plz
uses: MarcoIeni/[email protected]
# Remove the next two lines when ready to go live with release-plz
with:
command: release-pr
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
2 changes: 0 additions & 2 deletions .release-plz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
git_release_name = "{{ package }}-{{ version }}"
git_tag_name = "{{ package }}-{{ version }}"
pr_labels = ["release", "bot"]
git_tag_enable = false # # Remove this line when ready to go live with release-plz
publish = false # Remove this line when ready to go live with release-plz
publish_timeout = "10m"

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

0 comments on commit 84e34d2

Please sign in to comment.