Skip to content

Commit 12b12d9

Browse files
authored
from test - from dev - Bump version: 1.0.7 → 1.0.8 into test (#11)Automatically created pull request for release v1.0.8-dev into testbranch. into prod (#12)
Automatically created pull request for release v1.0.8-test into prod branch.
2 parents 268078a + 237346e commit 12b12d9

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-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.7
2+
current_version = 1.0.8
33
commit = True
44
tag = False
55

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,12 @@ jobs:
3434
run: |
3535
source venv/bin/activate
3636
black --check scripts/
37+
continue-on-error: true
3738
- name: Lint with Pylint
3839
run: |
3940
source venv/bin/activate
4041
pylint $(git ls-files '*.py')
42+
continue-on-error: true
4143
- name: Run tests
4244
run: |
4345
source venv/bin/activate

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 🧰 Scripts Repository
1+
# 🗄️ Scripts Repository
22

33
This repository contains a collection of base Python scripts that are invoked by the CI/CD processes of other repositories, especially the template repository. These scripts are used for formatting, checking files, version control, and updating the year in file headers or documentation.
44

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.7"
3+
version = "1.0.8"
44
description = "CICD Core Scripts"
55
authors = ["B <[email protected]>"]
66
license = "Apache 2.0"
@@ -68,5 +68,5 @@ ensure_newline_before_comments = true
6868
rcfile = ".pylintrc"
6969

7070
[build-system]
71-
requires = ["poetry-core>=1.0.7"]
71+
requires = ["poetry-core>=1.0.8"]
7272
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)