Skip to content

Commit 379d0f9

Browse files
Bump thomaseizinger/create-pull-request from 1.1.0 to 1.2.1 (#414)
* Bump thomaseizinger/create-pull-request from 1.1.0 to 1.2.1 Bumps [thomaseizinger/create-pull-request](https://github.com/thomaseizinger/create-pull-request) from 1.1.0 to 1.2.1. - [Release notes](https://github.com/thomaseizinger/create-pull-request/releases) - [Changelog](https://github.com/thomaseizinger/create-pull-request/blob/master/CHANGELOG.md) - [Commits](thomaseizinger/create-pull-request@1.1.0...1.2.1) --- updated-dependencies: - dependency-name: thomaseizinger/create-pull-request dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update CHANGELOG Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nguyen Damien <ngn.damien@gmail.com>
1 parent 97510a1 commit 379d0f9

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.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.1.0
50+
uses: thomaseizinger/create-pull-request@1.2.1
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
@@ -188,7 +188,7 @@ jobs:
188188
- upload_to_pypi
189189
steps:
190190
- name: Merge master into develop branch
191-
uses: thomaseizinger/create-pull-request@1.1.0
191+
uses: thomaseizinger/create-pull-request@1.2.1
192192
env:
193193
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
194194
with:

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
### Removed
1515
### Repository
1616

17+
- Update `thomaseizinger/create-pull-request` GiHub action to v1.2.1
18+
1719
## [0.7.0] - 2021-07-14
1820

1921
### Added

0 commit comments

Comments
 (0)