From 9062492ee1242d07d89f91439acdb99679c8a16e Mon Sep 17 00:00:00 2001 From: dOrgJelli Date: Wed, 6 Jul 2022 00:14:38 -0700 Subject: [PATCH] chore: decrement cli, triggering valid version application commit --- .github/workflows/release-pr.yaml | 4 ++-- package.json | 2 +- packages/cli/package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-pr.yaml b/.github/workflows/release-pr.yaml index 29684b3e9f..403a8ebe39 100644 --- a/.github/workflows/release-pr.yaml +++ b/.github/workflows/release-pr.yaml @@ -142,7 +142,7 @@ jobs: with: token: ${{ secrets.POLYWRAP_BUILD_BOT_PAT }} push-to-fork: ${{env.BOT}}/${{github.event.repository.name}} - branch: release/${{env.RELEASE_VERSION}} + branch: release/origin-${{env.RELEASE_VERSION}} base: ${{ github.event.pull_request.head.ref }} committer: GitHub author: ${{env.BOT}} <${{env.BOT}}@users.noreply.github.com> @@ -151,7 +151,7 @@ jobs: body: | ## Polywrap Origin (${{env.RELEASE_VERSION}}) - TODO: Add "Polywrap-Release" Label + TODO: Add "Origin-Release" Label ### Breaking Changes diff --git a/package.json b/package.json index 2b46660bb0..b48613e64f 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "test:client": "lerna run test:ci --no-private --scope @polywrap/client-js --concurrency 1", "test:cli": "lerna run test:ci --no-private --scope polywrap --concurrency 1", "version:apply": "lerna version $(cat VERSION) --exact --no-git-tag-version --yes", - "postversion:apply": "(git add . && git commit -m \"build(release): migrate to `cat ./VERSION`\") || true", + "postversion:apply": "git add . && git commit -m \"build(release): migrate to `cat ./VERSION`\"", "publish:npm": "lerna exec --no-private --concurrency 1 -- yarn publish --access public --non-interactive --verbose" }, "devDependencies": { diff --git a/packages/cli/package.json b/packages/cli/package.json index bded1f83e2..c04ba64dc1 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "polywrap", "description": "Polywrap CLI", - "version": "0.1.0", + "version": "0.0.1", "license": "MIT", "repository": { "type": "git",