Skip to content

Commit

Permalink
fix(ci): testing extra-files in json
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelromcar-parabol committed Sep 29, 2023
1 parent 7d6dbce commit 07e4784
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
default-branch: ${{ github.ref_name }}
release-type: node
package-name: parabol
extra-files: |
packages/chronos/package.json
packages/client/package.json
packages/gql-executor/package.json
packages/integration-tests/package.json
packages/server/package.json
# extra-files: |
# packages/chronos/package.json
# packages/client/package.json
# 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}]'
bootstrap-sha: 362b80517a28dd723d7a1c8070315d5f8f0fd239
release-as: "6.122.0"
9 changes: 9 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"extra-files": [
{
"type": "json",
"path": "packages/chronos/package.json",
"jsonpath": ".version"
}
]
}
2 changes: 1 addition & 1 deletion packages/chronos/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chronos",
"version": "6.121.0", -- x-release-please-version
"version": "6.121.0",
"description": "A cron job scheduler",
"author": "Matt Krick <[email protected]>",
"homepage": "https://github.com/ParabolInc/parabol/tree/master/packages/chronos#readme",
Expand Down

0 comments on commit 07e4784

Please sign in to comment.