Skip to content

Commit

Permalink
fix(release): fix release for new v4 release please config
Browse files Browse the repository at this point in the history
  • Loading branch information
kramen22 committed Feb 13, 2024
1 parent a06b889 commit ce15232
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/release-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,4 @@ jobs:
- uses: google-github-actions/release-please-action@v4
with:
release-type: go
package-name: golflog
token: ${{ secrets.SERVICE_ACCOUNT_TOKEN }}
changelog-types: >-
[
{
"type": "feat",
"section": "Features",
"hidden": false
},
{
"type": "fix",
"section": "Bug Fixes",
"hidden": false
},
{
"type": "chore",
"section": "Miscellaneous",
"hidden": false
}
]
24 changes: 24 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"packages": {
".": {
"package-name": "golflog"
}
},
"changelog-sections": [
{
"type": "feat",
"section": "Features",
"hidden": false
},
{
"type": "fix",
"section": "Bug Fixes",
"hidden": false
},
{
"type": "chore",
"section": "Miscellaneous",
"hidden": false
}
]
}

0 comments on commit ce15232

Please sign in to comment.