From 346fbe133971548f40b51ce1fb28c7149e575cdd Mon Sep 17 00:00:00 2001 From: Rafael Romero Date: Mon, 23 Oct 2023 18:59:11 +0100 Subject: [PATCH] Merging from master --- .github/workflows/release-please.yml | 16 +++++++++++----- packages/chronos/package.json | 2 +- packages/client/package.json | 2 +- packages/gql-executor/package.json | 2 +- packages/integration-tests/package.json | 2 +- packages/server/package.json | 2 +- release-please-config.json | 1 + 7 files changed, 17 insertions(+), 10 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 42aea9685b6..c29437ddbb6 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -1,9 +1,4 @@ on: [push] - # push: - # branches: - # - release - # - master - # - hotfix-* permissions: contents: write @@ -20,6 +15,17 @@ jobs: with: command: manifest default-branch: release + - run: | + echo ${{ steps.release.outputs.release_created }} + echo ${{ steps.release.outputs.upload_url }} + echo ${{ steps.release.outputs.html_url }} + echo ${{ steps.release.outputs.tag_name }} + echo ${{ steps.release.outputs.major }} + echo ${{ steps.release.outputs.minor }} + echo ${{ steps.release.outputs.patch }} + echo ${{ steps.release.outputs.sha }} + echo ${{ steps.release.outputs.pr }} + echo ${{ steps.release.outputs.prs }} - uses: actions/checkout@v2 if: ${{ steps.release.outputs.release_created }} - name: Tagging the release diff --git a/packages/chronos/package.json b/packages/chronos/package.json index 3f44680690a..fd4c64954fe 100644 --- a/packages/chronos/package.json +++ b/packages/chronos/package.json @@ -1,6 +1,6 @@ { "name": "chronos", - "version": "6.1006.0", + "version": "6.1005.3", "description": "A cron job scheduler", "author": "Matt Krick ", "homepage": "https://github.com/ParabolInc/parabol/tree/master/packages/chronos#readme", diff --git a/packages/client/package.json b/packages/client/package.json index 1f5e74b1c96..c1839c7fb63 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -3,7 +3,7 @@ "description": "An open-source app for building smarter, more agile teams.", "author": "Parabol Inc. (http://github.com/ParabolInc)", "license": "AGPL-3.0", - "version": "6.1006.0", + "version": "6.1005.3", "repository": { "type": "git", "url": "https://github.com/ParabolInc/parabol" diff --git a/packages/gql-executor/package.json b/packages/gql-executor/package.json index 6c4c9538a4d..ba3e076efef 100644 --- a/packages/gql-executor/package.json +++ b/packages/gql-executor/package.json @@ -1,6 +1,6 @@ { "name": "gql-executor", - "version": "6.1006.0", + "version": "6.1005.3", "description": "A Stateless GraphQL Executor", "author": "Matt Krick ", "homepage": "https://github.com/ParabolInc/parabol/tree/master/packages/gqlExecutor#readme", diff --git a/packages/integration-tests/package.json b/packages/integration-tests/package.json index 233baa9d532..6a80bfb0885 100644 --- a/packages/integration-tests/package.json +++ b/packages/integration-tests/package.json @@ -2,7 +2,7 @@ "name": "integration-tests", "author": "Parabol Inc. (http://github.com/ParabolInc)", "license": "AGPL-3.0", - "version": "6.1006.0", + "version": "6.1005.3", "description": "", "main": "index.js", "scripts": { diff --git a/packages/server/package.json b/packages/server/package.json index 6db84676960..f35b8684ab5 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -3,7 +3,7 @@ "description": "An open-source app for building smarter, more agile teams.", "author": "Parabol Inc. (http://github.com/ParabolInc)", "license": "AGPL-3.0", - "version": "6.1006.0", + "version": "6.1005.3", "repository": { "type": "git", "url": "https://github.com/ParabolInc/parabol" diff --git a/release-please-config.json b/release-please-config.json index bae9b741056..7505eb5b3a7 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -1,5 +1,6 @@ { "bootstrap-sha": "5c0b283ecffed911ba263bdcdb431a13f5572820", + "skip-github-release": false, "packages": { ".": { "release-type": "node",