Skip to content

Commit

Permalink
chore(test): try adding chores to release notes (#1031)
Browse files Browse the repository at this point in the history
Introduced in: #1028
Refs: mdn/yari#10411

Applying the changes from the linked PR, this should work in `main`.
  • Loading branch information
ayushmanchhabra committed Feb 12, 2024
1 parent 6da9b89 commit 5cabc20
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@ jobs:
release-please:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4.1.1
- uses: google-github-actions/release-please-action@v4.0.2
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
changelog-sections: >
[{"type":"fix","section":"Bug Fixes","hidden":false},
{"type":"feat","section":"Features","hidden":false},
{"type":"chore","section":"Chores","hidden":false},
3 changes: 3 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "4.6.0"
}
24 changes: 24 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"packages": {
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "node",
"changelog-sections": [
{
"type": "feat",
"section": "Features",
"hidden": false
},
{
"type": "fix",
"section": "Bug Fixes",
"hidden": false
},
{
"type": "chore",
"section": "Chores",
"hidden": false
}
],
".": {}
}
}

0 comments on commit 5cabc20

Please sign in to comment.