Skip to content

Commit c26f70a

Browse files
Bump thomaseizinger/create-pull-request from 1.2.1 to 1.2.2 (#419)
* Bump thomaseizinger/create-pull-request from 1.2.1 to 1.2.2 Bumps [thomaseizinger/create-pull-request](https://github.com/thomaseizinger/create-pull-request) from 1.2.1 to 1.2.2. - [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.2.1...1.2.2) --- updated-dependencies: - dependency-name: thomaseizinger/create-pull-request dependency-type: direct:production update-type: version-update:semver-patch ... 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 c4bed0e commit c26f70a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
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.2.1
50+
uses: thomaseizinger/create-pull-request@1.2.2
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.2.1
191+
uses: thomaseizinger/create-pull-request@1.2.2
192192
env:
193193
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
194194
with:

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +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.3.0
17+
- Update `thomaseizinger/keep-a-changelog-new-release` GiHub action to v1.3.0
18+
- Update `thomaseizinger/create-pull-request` GiHub action to v1.2.2
1819

1920
## [0.7.0] - 2021-07-14
2021

0 commit comments

Comments
 (0)