Skip to content

Commit

Permalink
from dev - Bump version: 1.0.6 → 1.0.7 into test (#8)
Browse files Browse the repository at this point in the history
Automatically created pull request for release v1.0.7-dev into test
branch.
  • Loading branch information
JuanVilla424 authored Oct 24, 2024
2 parents ad4a85e + 1e2dd8d commit ed242f6
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 758 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.3
current_version = 1.0.7
commit = True
tag = False

Expand Down
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

blank_issues_enabled: false
contact_links:
- name: GitHub CICD Template Community Support
url: https://github.com/JuanVilla424/github-cicd-template/discussions
- name: GitHub Scripts Community Support
url: https://github.com/JuanVilla424/scripts/discussions
about: Please ask and answer questions here.
- name: GitHub CICD Template Security Reports
url: https://juanvilla424.github.io/github-cicd-template/SECURITY
- name: GitHub Scripts Security Reports
url: https://juanvilla424.github.io/scripts/SECURITY
about: Please report security vulnerabilities here.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Format check with Black
run: |
source venv/bin/activate
black --check scripts/
black --check .
- name: Lint with Pylint
run: |
source venv/bin/activate
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/version-controller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,8 @@ jobs:
- name: Add Modules
id: add_modules
run: |
rm -rf scripts
git rm -r --cached scripts
ls -la
git submodule add -b ${{ steps.determine_branch.outputs.current_branch }} https://github.com/JuanVilla424/scripts.git
git submodule add --force -b ${{ steps.determine_branch.outputs.current_branch }} https://github.com/JuanVilla424/scripts.git
# - name: Run Changelog Generator
# id: run_changelog
# run: |
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,5 @@ $RECYCLE.BIN/
*.njsproj
*.sln
*.sw?

scripts
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ We are committed to fostering an open and welcoming environment for all contribu

## 📢 Reporting Misconduct

If you encounter any behavior that violates this code of conduct, please report it by contacting [email@dominio.com](mailto:email@dominio.com). All complaints will be reviewed and handled appropriately.
If you encounter any behavior that violates this code of conduct, please report it by contacting [r6ty5r296it6tl4eg5m.constant214@passinbox.com](mailto:r6ty5r296it6tl4eg5m.constant214@passinbox.com). All complaints will be reviewed and handled appropriately.

## ⚖️ Enforcement

Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ If you discover a security vulnerability within this project, please follow thes

1. **Do not create a public issue.** Instead, contact us directly to responsibly disclose the vulnerability.

2. **Email** [juan.villa@quipux.com](mailto:juan.villa@quipux.com) with the following information:
2. **Email** [r6ty5r296it6tl4eg5m.constant214@passinbox.com](mailto:r6ty5r296it6tl4eg5m.constant214@passinbox.com) with the following information:

- A description of the vulnerability.
- Steps to reproduce the issue.
Expand Down
5 changes: 3 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.3"
version = "1.0.7"
description = "CICD Core Scripts"
authors = ["B <[email protected]>"]
license = "Apache 2.0"
Expand Down Expand Up @@ -41,6 +41,7 @@ exclude = '''
| \.mypy_cache
| \.tox
| \.venv
| venv
| _build
| buck-out
| build
Expand All @@ -67,5 +68,5 @@ ensure_newline_before_comments = true
rcfile = ".pylintrc"

[build-system]
requires = ["poetry-core>=1.0.4"]
requires = ["poetry-core>=1.0.7"]
build-backend = "poetry.core.masonry.api"
67 changes: 0 additions & 67 deletions scripts/bump_year/main.py

This file was deleted.

123 changes: 0 additions & 123 deletions scripts/commit_msg_version_bump/main.py

This file was deleted.

101 changes: 0 additions & 101 deletions scripts/format_yaml/main.py

This file was deleted.

Loading

0 comments on commit ed242f6

Please sign in to comment.