Skip to content

Commit 064130b

Browse files
authored
Merge pull request #280 from Nullus157/release-plz-continuous
ci: continuous release-plz
2 parents e381041 + 383e6b4 commit 064130b

File tree

8 files changed

+9
-27
lines changed

8 files changed

+9
-27
lines changed

.github/workflows/base.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ on:
2020
types: [checks_requested]
2121
pull_request:
2222
branches: [main]
23+
types: [opened, synchronize, reopened, ready_for_review]

.github/workflows/coverage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ on:
2222
branches: [main]
2323
pull_request:
2424
branches: [main]
25+
types: [opened, synchronize, reopened, ready_for_review]
2526
schedule:
2627
- cron: '0 0 * * 5'

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ on:
2121
types: [checks_requested]
2222
pull_request:
2323
branches: [main]
24+
types: [opened, synchronize, reopened, ready_for_review]

.github/workflows/exhaustive.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,3 +111,4 @@ on:
111111
types: [checks_requested]
112112
pull_request:
113113
branches: [main]
114+
types: [opened, synchronize, reopened, ready_for_review]

.github/workflows/lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ on:
2727
types: [checks_requested]
2828
pull_request:
2929
branches: [main]
30+
types: [opened, synchronize, reopened, ready_for_review]

.github/workflows/release-pr.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
uses: actions/checkout@v4
1919
with:
2020
fetch-depth: 0
21+
2122
- name: Install Rust toolchain
2223
uses: dtolnay/rust-toolchain@stable
24+
2325
- name: Run release-plz
2426
uses: MarcoIeni/[email protected]
25-
with:
26-
command: release
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

.release-plz.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[workspace]
2+
pr_draft = true

0 commit comments

Comments
 (0)