Skip to content

Commit

Permalink
from test - from dev - Bump version: 1.0.7 → 1.0.8 into test (#11)Aut…
Browse files Browse the repository at this point in the history
…omatically 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.
  • Loading branch information
JuanVilla424 authored Oct 24, 2024
2 parents 268078a + 237346e commit 12b12d9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 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.7
current_version = 1.0.8
commit = True
tag = False

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,12 @@ jobs:
run: |
source venv/bin/activate
black --check scripts/
continue-on-error: true
- name: Lint with Pylint
run: |
source venv/bin/activate
pylint $(git ls-files '*.py')
continue-on-error: true
- name: Run tests
run: |
source venv/bin/activate
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 🧰 Scripts Repository
# 🗄️ Scripts Repository

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.

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.7"
version = "1.0.8"
description = "CICD Core Scripts"
authors = ["B <[email protected]>"]
license = "Apache 2.0"
Expand Down Expand Up @@ -68,5 +68,5 @@ ensure_newline_before_comments = true
rcfile = ".pylintrc"

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

0 comments on commit 12b12d9

Please sign in to comment.