Skip to content

Commit

Permalink
fix(ci): using release-please config manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelromcar-parabol committed Sep 29, 2023
1 parent fc8a644 commit 67827b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,11 @@ jobs:
- uses: google-github-actions/release-please-action@v3
with:
default-branch: ${{ github.ref_name }}
release-type: node
package-name: parabol
command: manifest
# 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"
4 changes: 4 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"release-type": "node",
"package-name": "parabol",
"bootstrap-sha": "362b80517a28dd723d7a1c8070315d5f8f0fd239",
"release-as": "6.122.0",
"extra-files": [
{
"type": "json",
Expand Down

0 comments on commit 67827b2

Please sign in to comment.