Skip to content

Commit 84322b0

Browse files
authored
Merge pull request #1027 from polywrap/origin-dev
chore: decrement cli, triggering valid version application commit
2 parents fc46810 + 9062492 commit 84322b0

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release-pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
with:
143143
token: ${{ secrets.POLYWRAP_BUILD_BOT_PAT }}
144144
push-to-fork: ${{env.BOT}}/${{github.event.repository.name}}
145-
branch: release/${{env.RELEASE_VERSION}}
145+
branch: release/origin-${{env.RELEASE_VERSION}}
146146
base: ${{ github.event.pull_request.head.ref }}
147147
committer: GitHub <noreply@github.com>
148148
author: ${{env.BOT}} <${{env.BOT}}@users.noreply.github.com>
@@ -151,7 +151,7 @@ jobs:
151151
body: |
152152
## Polywrap Origin (${{env.RELEASE_VERSION}})
153153
154-
TODO: Add "Polywrap-Release" Label
154+
TODO: Add "Origin-Release" Label
155155
156156
### Breaking Changes
157157

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"test:client": "lerna run test:ci --no-private --scope @polywrap/client-js --concurrency 1",
5050
"test:cli": "lerna run test:ci --no-private --scope polywrap --concurrency 1",
5151
"version:apply": "lerna version $(cat VERSION) --exact --no-git-tag-version --yes",
52-
"postversion:apply": "(git add . && git commit -m \"build(release): migrate to `cat ./VERSION`\") || true",
52+
"postversion:apply": "git add . && git commit -m \"build(release): migrate to `cat ./VERSION`\"",
5353
"publish:npm": "lerna exec --no-private --concurrency 1 -- yarn publish --access public --non-interactive --verbose"
5454
},
5555
"devDependencies": {

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "polywrap",
33
"description": "Polywrap CLI",
4-
"version": "0.1.0",
4+
"version": "0.0.1",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)