Skip to content

Commit 4290ac4

Browse files
authored
chore(golang-rewrite): fix release.yml (#1850)
1 parent 8b1b024 commit 4290ac4

File tree

2 files changed

+16
-13
lines changed

2 files changed

+16
-13
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
branches:
66
- master
77

8+
permissions:
9+
contents: write
10+
pull-requests: write
11+
812
jobs:
913
release:
1014
runs-on: ubuntu-latest
@@ -13,4 +17,4 @@ jobs:
1317
name: create release
1418
with:
1519
token: ${{ secrets.ASDF_WORKFLOW_TOKEN }}
16-
release-type: simple
20+
release-type: go

.release-please-manifest.json

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
{
22
"bump-minor-pre-major": true,
3-
"changelog-types":
4-
[
5-
{ "type": "feat", "section": "Features", "hidden": false },
6-
{ "type": "fix", "section": "Patches", "hidden": false },
7-
{ "type": "docs", "section": "Documentation", "hidden": false }
8-
],
9-
"extra-files": [
10-
"SECURITY.md"
11-
"docs/guide/getting-started.md"
12-
"docs/pt-br/guide/getting-started.md"
13-
"docs/zh-hans/guide/getting-started.md"
14-
]
3+
"changelog-types": [
4+
{ "type": "feat", "section": "Features", "hidden": false },
5+
{ "type": "fix", "section": "Patches", "hidden": false },
6+
{ "type": "docs", "section": "Documentation", "hidden": false }
7+
],
8+
"extra-files": [
9+
"SECURITY.md",
10+
"docs/guide/getting-started.md",
11+
"docs/pt-br/guide/getting-started.md",
12+
"docs/zh-hans/guide/getting-started.md"
13+
]
1514
}

0 commit comments

Comments
 (0)