Skip to content

Commit 8bdbfd1

Browse files
authored
Merge branch 'develop' into feature/openqasm
2 parents c18b0c2 + f93cca3 commit 8bdbfd1

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/draft_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: git flow release publish ${{ github.event.inputs.version }}
4848

4949
- name: Create pull request
50-
uses: thomaseizinger/create-pull-request@1.0.0
50+
uses: thomaseizinger/create-pull-request@1.1.0
5151
env:
5252
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5353
with:

.github/workflows/publish_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
needs: release # Only create PR if everything was successful
132132
steps:
133133
- name: Merge master into develop branch
134-
uses: thomaseizinger/create-pull-request@1.0.0
134+
uses: thomaseizinger/create-pull-request@1.1.0
135135
env:
136136
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
137137
with:

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3434

3535
### Repository
3636

37-
- Updated cibuildwheels to 1.11.1
37+
- Updated cibuildwheels action to v1.11.1
38+
- Updated thomaseizinger/create-pull-request action to v1.1.0
3839

3940
## [0.5.1] - 2019-02-15
4041

0 commit comments

Comments
 (0)