Skip to content

Commit f1a58a6

Browse files
authored
Merge pull request #69 from polywrap/dev
prep 0.1.0a4 | /workflows/release-pr
2 parents 7f3910f + 000a84a commit f1a58a6

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,11 @@ on:
33
push:
44
branches:
55
- main
6-
- dev
76
pull_request:
87

98
jobs:
10-
skip:
11-
runs-on: ubuntu-latest
12-
steps:
13-
- name: Skip
14-
run: exit 1
159
getPackages:
1610
runs-on: ubuntu-latest
17-
needs:
18-
- skip
1911
outputs:
2012
matrix: ${{ env.matrix }}
2113
steps:

.github/workflows/release-pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,9 @@ jobs:
136136
committer: GitHub <[email protected]>
137137
author: ${{env.BUILD_BOT}} <${{env.BUILD_BOT}}@users.noreply.github.com>
138138
commit-message: "${{env.RELEASE_VERSION}}"
139-
title: 'polywrap-msgpack (${{env.RELEASE_VERSION}})'
139+
title: 'Python client (${{env.RELEASE_VERSION}})'
140140
body: |
141-
## polywrap-msgpack (${{env.RELEASE_VERSION}})
141+
## Python client (${{env.RELEASE_VERSION}})
142142
143143
### Breaking Changes
144144

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0a3
1+
0.1.0a4

0 commit comments

Comments
 (0)