Skip to content

Commit

Permalink
fix(ci): config with all packages, manifest clean-up and action with …
Browse files Browse the repository at this point in the history
…changelog-types
  • Loading branch information
rafaelromcar-parabol committed Sep 29, 2023
1 parent c7a5ef6 commit 85e3e73
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
# packages/gql-executor/package.json
# packages/integration-tests/package.json
# packages/server/package.json
# changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false}]'
changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false}]'
3 changes: 1 addition & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
".": "6.121.0",
"packages/chonos": "6.121.0"
".": "6.121.0"
}
20 changes: 20 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,26 @@
"type": "json",
"path": "packages/chronos/package.json",
"jsonpath": "$.version"
},
{
"type": "json",
"path": "packages/client/package.json",
"jsonpath": "$.version"
},
{
"type": "json",
"path": "packages/gql-executor/package.json",
"jsonpath": "$.version"
},
{
"type": "json",
"path": "packages/integration-tests/package.json",
"jsonpath": "$.version"
},
{
"type": "json",
"path": "packages/server/package.json",
"jsonpath": "$.version"
}
]
}

0 comments on commit 85e3e73

Please sign in to comment.