File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 1.0.13
2
+ current_version = 1.0.14
3
3
commit = True
4
4
tag = False
5
5
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105
105
const head = '${{ steps.determine_branch.outputs.current_branch }}';
106
106
const base = '${{ steps.determine_branch.outputs.next_branch }}';
107
107
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}`;
109
109
const body = `Automatically created pull request for release ${version} into ${base} branch.`;
110
110
111
111
const { data: existingPRs } = await github.rest.pulls.list({
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " scripts"
3
- version = " 1.0.13 "
3
+ version = " 1.0.14 "
4
4
description = " CICD Core Scripts"
5
5
authors = [
" B <[email protected] >" ]
6
6
license = " Apache 2.0"
@@ -71,5 +71,5 @@ ensure_newline_before_comments = true
71
71
rcfile = " .pylintrc"
72
72
73
73
[build-system ]
74
- requires = [" poetry-core>=1.0.13 " ]
74
+ requires = [" poetry-core>=1.0.14 " ]
75
75
build-backend = " poetry.core.masonry.api"
You canβt perform that action at this time.
0 commit comments