Skip to content

Commit

Permalink
chore(golang-rewrite): fix release.yml (#1850)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stratus3D authored Jan 25, 2025
1 parent 8b1b024 commit 4290ac4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 13 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
branches:
- master

permissions:
contents: write
pull-requests: write

jobs:
release:
runs-on: ubuntu-latest
Expand All @@ -13,4 +17,4 @@ jobs:
name: create release
with:
token: ${{ secrets.ASDF_WORKFLOW_TOKEN }}
release-type: simple
release-type: go
23 changes: 11 additions & 12 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
{
"bump-minor-pre-major": true,
"changelog-types":
[
{ "type": "feat", "section": "Features", "hidden": false },
{ "type": "fix", "section": "Patches", "hidden": false },
{ "type": "docs", "section": "Documentation", "hidden": false }
],
"extra-files": [
"SECURITY.md"
"docs/guide/getting-started.md"
"docs/pt-br/guide/getting-started.md"
"docs/zh-hans/guide/getting-started.md"
]
"changelog-types": [
{ "type": "feat", "section": "Features", "hidden": false },
{ "type": "fix", "section": "Patches", "hidden": false },
{ "type": "docs", "section": "Documentation", "hidden": false }
],
"extra-files": [
"SECURITY.md",
"docs/guide/getting-started.md",
"docs/pt-br/guide/getting-started.md",
"docs/zh-hans/guide/getting-started.md"
]
}

0 comments on commit 4290ac4

Please sign in to comment.