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 92b9293 commit fc5f52dCopy full SHA for fc5f52d
.github/workflows/release.yml
@@ -5,13 +5,14 @@ on:
5
branches:
6
- "main"
7
8
+permissions:
9
+ contents: write
10
+ pull-requests: write
11
+ deployments: write
12
+
13
jobs:
14
release-please:
15
runs-on: "ubuntu-latest"
- permissions:
- contents: write
- deployments: write
- pull-requests: write
16
steps:
17
- id: "release"
18
name: "Release"
release-please-config.json
@@ -5,7 +5,7 @@
"release-type": "simple",
"include-v-in-tag": false,
"bump-minor-pre-major": true,
- "bump-patch-for-minor-pre-major": true,
+ "bump-patch-for-minor-pre-major": false,
"extra-files": [
"index.html"
]
0 commit comments