Skip to content

Commit

Permalink
Merge pull request #1027 from polywrap/origin-dev
Browse files Browse the repository at this point in the history
chore: decrement cli, triggering valid version application commit
  • Loading branch information
dOrgJelli authored Jul 6, 2022
2 parents fc46810 + 9062492 commit 84322b0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
author: ${{env.BOT}} <${{env.BOT}}@users.noreply.github.com>
Expand All @@ -151,7 +151,7 @@ jobs:
body: |
## Polywrap Origin (${{env.RELEASE_VERSION}})
TODO: Add "Polywrap-Release" Label
TODO: Add "Origin-Release" Label
### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "polywrap",
"description": "Polywrap CLI",
"version": "0.1.0",
"version": "0.0.1",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 84322b0

Please sign in to comment.