File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments