Skip to content

Commit

Permalink
ci: include chores and other scopes in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
arealmaas committed Nov 25, 2024
1 parent ccfc2fe commit e7f8adb
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci-cd-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
id: release
with:
token: ${{ secrets.RELEASE_PLEASE_PAT }}
release-type: simple

generate-git-short-sha:
name: Generate git short sha
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.0"
".": "1.39.0"
}
33 changes: 33 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,38 @@
"prerelease": false
}
},
"release-type": "simple",
"changelog-sections": [
{
"type": "feat",
"hidden": false,
"section": "Features"
},
{
"type": "feature",
"hidden": false,
"section": "Features"
},
{
"type": "fix",
"hidden": false,
"section": "Bug Fixes"
},
{
"type": "chore",
"hidden": false,
"section": "Miscellaneous Chores"
},
{
"type": "build",
"hidden": false,
"section": "Miscellaneous Chores"
},
{
"type": "docs",
"hidden": false,
"section": "Docs"
}
],
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}

0 comments on commit e7f8adb

Please sign in to comment.