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 70df4e5 commit 4b1d4caCopy full SHA for 4b1d4ca
.github/workflows/release-pr.yml
@@ -0,0 +1,25 @@
1
+name: Release-plz
2
+
3
+permissions:
4
+ pull-requests: write
5
+ contents: write
6
7
+on: workflow_dispatch
8
9
+jobs:
10
+ release-plz:
11
+ name: Release-plz
12
+ runs-on: ubuntu-latest
13
+ steps:
14
+ - name: Checkout repository
15
+ uses: actions/checkout@v4
16
+ with:
17
+ fetch-depth: 0
18
+ - name: Install Rust toolchain
19
+ uses: dtolnay/rust-toolchain@stable
20
+ - name: Run release-plz
21
+ uses: MarcoIeni/[email protected]
22
23
+ command: release-pr
24
+ env:
25
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments