Skip to content

Commit 9b2de5a

Browse files
committed
chore: update release-please action and add build commits to changelog
Signed-off-by: Nora Blomaard <[email protected]>
1 parent cfa7bfc commit 9b2de5a

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
release_please:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: google-github-actions/release-please-action@v4
20+
- uses: googleapis/release-please-action@v4
2121
id: release
2222
with:
2323
target-branch: main

release-please-config.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
33
"bootstrap-sha": "fb013c3226f69fedfdbee62297db6cbd88135ba0",
44
"include-component-in-tag": false,
5+
"changelog-sections": [
6+
{ "type": "feat", "section": "Features" },
7+
{ "type": "fix", "section": "Bug Fixes" },
8+
{ "type": "perf", "section": "Performance Improvements" },
9+
{ "type": "revert", "section": "Reverts" },
10+
{ "type": "chore", "section": "Miscellaneous Chores", "hidden": true },
11+
{ "type": "docs", "section": "Documentation", "hidden": true },
12+
{ "type": "style", "section": "Styles", "hidden": true },
13+
{ "type": "refactor", "section": "Code Refactoring", "hidden": true },
14+
{ "type": "test", "section": "Tests", "hidden": true },
15+
{ "type": "build", "section": "Build System", "hidden": false },
16+
{ "type": "ci", "section": "Continuous Integration", "hidden": true }
17+
],
518
"packages": {
619
".": {
720
"release-type": "maven",

0 commit comments

Comments
 (0)