We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 697e85b commit d647b09Copy full SHA for d647b09
.github/workflows/release-plz.yml
@@ -8,6 +8,8 @@ on:
8
push:
9
branches:
10
- main
11
+ # Temporarily add the `add-release-plz` branch to test the release-plz PR workflow
12
+ - add-release-plz
13
14
jobs:
15
release-plz-release:
0 commit comments