Skip to content

Commit 1fd9c67

Browse files
authored
πŸ”– From dev β†’ Bump version: v1.0.14-dev into test (#23)
Automatically created pull request for release v1.0.14-dev into test branch.
2 parents cc1a04a + 348d5b5 commit 1fd9c67

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

β€Ž.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.13
2+
current_version = 1.0.14
33
commit = True
44
tag = False
55

β€Ž.github/workflows/version-controller.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
const head = '${{ steps.determine_branch.outputs.current_branch }}';
106106
const base = '${{ steps.determine_branch.outputs.next_branch }}';
107107
const version = '${{ steps.create_tag.outputs.tag_name }}';
108-
const title = `From ${head} β†’ Bump version: ${version} into ${base}`;
108+
const title = `πŸ”– From ${head} β†’ Bump version: ${version} into ${base}`;
109109
const body = `Automatically created pull request for release ${version} into ${base} branch.`;
110110
111111
const { data: existingPRs } = await github.rest.pulls.list({

β€Žpyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "scripts"
3-
version = "1.0.13"
3+
version = "1.0.14"
44
description = "CICD Core Scripts"
55
authors = ["B <[email protected]>"]
66
license = "Apache 2.0"
@@ -71,5 +71,5 @@ ensure_newline_before_comments = true
7171
rcfile = ".pylintrc"
7272

7373
[build-system]
74-
requires = ["poetry-core>=1.0.13"]
74+
requires = ["poetry-core>=1.0.14"]
7575
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
Β (0)