Skip to content

Commit

Permalink
From dev → Bump version: v1.0.10-dev into test (#17)
Browse files Browse the repository at this point in the history
Automatically created pull request for release v1.0.10-dev into test
branch.
  • Loading branch information
JuanVilla424 authored Oct 27, 2024
2 parents 1125b6e + d8fdead commit b33e6f9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.9
current_version = 1.0.10
commit = True
tag = False

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/version-controller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,9 @@ jobs:
script: |
const head = '${{ steps.determine_branch.outputs.current_branch }}';
const base = '${{ steps.determine_branch.outputs.next_branch }}';
const title = `from ${{ steps.determine_branch.outputs.current_branch }} - ${{ steps.get_commit.outputs.commit_message }} into ${{ steps.determine_branch.outputs.next_branch }}`;
const body = `Automatically created pull request for release ${{ steps.create_tag.outputs.tag_name }} into ${base} branch.`;
const version = '${{ steps.create_tag.outputs.tag_name }}';
const title = `From ${head} → Bump version: ${version} into ${base}`;
const body = `Automatically created pull request for release ${version} into ${base} branch.`;
const { data: existingPRs } = await github.rest.pulls.list({
owner: context.repo.owner,
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "scripts"
version = "1.0.9"
version = "1.0.10"
description = "CICD Core Scripts"
authors = ["B <g46327wsj1.marbling129@passinbox.com>"]
license = "Apache 2.0"
Expand Down Expand Up @@ -71,5 +71,5 @@ ensure_newline_before_comments = true
rcfile = ".pylintrc"

[build-system]
requires = ["poetry-core>=1.0.9"]
requires = ["poetry-core>=1.0.10"]
build-backend = "poetry.core.masonry.api"

0 comments on commit b33e6f9

Please sign in to comment.