-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
π From dev β Bump version: v1.0.5-dev into test (#20)
Automatically created pull request for release v1.0.5-dev into test branch.
- Loading branch information
Showing
13 changed files
with
111 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[bumpversion] | ||
current_version = 1.0.4 | ||
current_version = 1.0.5 | ||
commit = True | ||
tag = False | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,69 @@ | ||
## [1.0.0] - 2024-10-20 | ||
## [1.0.4] - 2024-10-29 | ||
|
||
### Chores | ||
|
||
- **core**: fixed info files (`patch candidate`) | ||
|
||
### Other Changes | ||
|
||
- Bump version: 1.0.3 β 1.0.4 | ||
- chore(core): fixed info files | ||
- style(core): fixed readme file | ||
- chore(core): added scripts submodule | ||
|
||
## [1.0.3] - 2024-10-29 | ||
|
||
### Chores | ||
|
||
- **core**: version controller main branch (`patch candidate`) | ||
|
||
### Other Changes | ||
|
||
- Bump version: 1.0.2 β 1.0.3 | ||
|
||
## [1.0.2] - 2024-10-29 | ||
|
||
### Chores | ||
|
||
- **core**: fixed auxiliary hook scripts (`patch candidate`) | ||
- **core**: fixed auxiliary hook scripts (`patch candidate`) | ||
- **core**: fixed auxiliary hook scripts (`patch candidate`) | ||
|
||
### Other Changes | ||
|
||
- Bump version: 1.0.1 β 1.0.2 | ||
- Bump version: 1.0.0 β 1.0.1 | ||
- chore(core): fixed auxiliary hook scripts | ||
- chore(core): fixed auxiliary hook scripts | ||
- chore(core): fixed auxiliary hook scripts | ||
- feat(core): fixed version-controller.yml create_tag behavior error | ||
- chore(deps): update setuptools requirement from ^67.0.0 to ^75.2.0 in /backend in the pip group across 1 directory (#8) | ||
- chore(deps): update setuptools requirement | ||
- feat(core): fixed template artifacts | ||
- deps: update pytest-cov requirement from ^4.0.0 to ^5.0.0 (#4) | ||
- deps: update setuptools requirement from ^67.0.0 to ^75.2.0 (#3) | ||
- deps: update pytest-cov requirement from ^4.0.0 to ^5.0.0 | ||
- deps: update setuptools requirement from ^67.0.0 to ^75.2.0 | ||
- feat(core): fixed template artifacts (#2) | ||
- feat(core): fixed template artifacts | ||
- feat(core): added template node artifacts | ||
- feat(core): fixed template python artifacts | ||
- feat(core): fixed template python artifacts | ||
- feat(core): fixed template python artifacts | ||
- feat(core): fixed template python artifacts | ||
- feat(core): added more to template python artifacts | ||
- style(fixed): readme files | ||
- style(fixed): readme files | ||
- style(fixed): readme files | ||
- style(fixed): readme files | ||
- chore(): added node cicd | ||
- style(core): added md files | ||
- Update README.md | ||
- Create ICONS.md | ||
- Initial commit | ||
|
||
## [Unreleased] - 2024-10-29 | ||
|
||
### Other Changes | ||
|
||
- π§ chore(core): update scripts module |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
## π¨ Installation | ||
|
||
1. **Clone the Repository** | ||
|
||
```bash | ||
git clone https://github.com/JuanVilla424/github-cicd-template.git | ||
``` | ||
|
||
2. Navigate to the Project Directory | ||
```bash | ||
cd github-cicd-template | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "backend" | ||
version = "1.0.4" | ||
version = "1.0.5" | ||
description = "Github CICD Template Repository." | ||
authors = ["B <[email protected]>"] | ||
license = "Other" | ||
|
@@ -65,5 +65,5 @@ ensure_newline_before_comments = true | |
rcfile = ".pylintrc" | ||
|
||
[build-system] | ||
requires = ["poetry-core>=1.0.4"] | ||
requires = ["poetry-core>=1.0.5"] | ||
build-backend = "poetry.core.masonry.api" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "github-cicd-template" | ||
version = "1.0.4" | ||
version = "1.0.5" | ||
description = "Github CICD Template Repository" | ||
authors = ["B <[email protected]>"] | ||
license = "Apache 2.0" | ||
|
@@ -40,6 +40,7 @@ exclude = ''' | |
| \.mypy_cache | ||
| \.tox | ||
| \.venv | ||
| venv | ||
| _build | ||
| buck-out | ||
| build | ||
|
Submodule scripts
updated
18 files
+1 β1 | .bumpversion.cfg | |
+1 β1 | .github/FUNDING.yml | |
+3 β2 | .github/workflows/version-controller.yml | |
+1 β0 | .gitignore | |
+21 β6 | .pre-commit-config.yaml | |
+2 β2 | .pylintrc | |
+68 β5 | CHANGELOG.md | |
+19 β1 | INSTALL.md | |
+3 β3 | LICENSE | |
+168 β41 | bump_year/main.py | |
+272 β69 | commit_msg_version_bump/main.py | |
+273 β0 | control_commit/main.py | |
+620 β0 | crypto_controller/main.py | |
+328 β122 | generate_changelog/main.py | |
+361 β0 | init_security_config/main.py | |
+0 β0 | init_template/main.py | |
+11 β8 | pyproject.toml | |
+6 β0 | requirements.txt |