Skip to content

Commit

Permalink
Try different RP config
Browse files Browse the repository at this point in the history
  • Loading branch information
dincho committed May 9, 2024
1 parent ff7ac8d commit 3a6b59c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ jobs:
with:
token: ${{ secrets.BOT_GITHUB_TOKEN }}
command: manifest
include-component-in-tag: false
changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"ci","section":"CI / CD","hidden":false},{"type":"test","section":"Testing","hidden":false},{"type":"refactor","section":"Refactorings","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false}]'
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
{"aepp":"1.0.4","server":"1.0.4"}
4 changes: 3 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"release-type": "node",
"packages": {
".": {}
".": {},
"aepp": {},
"server": {}
}
}

0 comments on commit 3a6b59c

Please sign in to comment.