Skip to content

Commit

Permalink
chore(ci): fixup release please action (#1032)
Browse files Browse the repository at this point in the history
* Take https://github.com/mdn/yari release please implementation as
reference
  • Loading branch information
ayushmanchhabra committed Feb 14, 2024
1 parent 96eeec8 commit f9ae7cd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 19 deletions.
1 change: 0 additions & 1 deletion .github/workflows/gha.yml → .github/workflows/rel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@ jobs:
uses: google-github-actions/release-please-action@v4.0.2
with:
token: ${{ secrets.GITHUB_TOKEN }}
config-file: release-please-config.json
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"
}
27 changes: 9 additions & 18 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,14 @@
{
"packages": {
".": {
"last-release-sha": "4ab7b8d2a1453ebbdd65aea6518b789d64e833a4",
"include-component-in-tag": false,
"release-type": "node",
"changelog-sections": [
{
"type": "feat",
"section": "Features",
"hidden": false
},
{
"type": "fix",
"section": "Bug Fixes",
"hidden": false
},
{
"type": "chore",
"section": "Chores",
"hidden": false
}
{ "type": "feat", "section": "Features", "hidden": false },
{ "type": "fix", "section": "Bug Fixes", "hidden": false },
{ "type": "chore", "section": "Chores", "hidden": false }
]
},
".": {}
}
}
}
}

0 comments on commit f9ae7cd

Please sign in to comment.