diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a69099e..b0ff0a6 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.6 +current_version = 1.0.8 commit = True tag = False diff --git a/README.md b/README.md index 1507cb3..8d2dda3 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ ![CI/CD](https://img.shields.io/badge/CI/CD-Pipeline-blue) ![Python](https://img.shields.io/badge/Python-3776AB?logo=python&logoColor=fff) +![Python](https://img.shields.io/badge/Python-3.11%2B-blue.svg) +![Build Status](https://github.com/JuanVilla424/github-cicd-template/actions/workflows/ci.yml/badge.svg?branch=main) +![Status](https://img.shields.io/badge/Status-Stable-green.svg) ![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg) Welcome to the **GitHub CI/CD Template** repository! This project provides a robust and flexible CI/CD pipeline setup using GitHub Actions, tailored for project using Python for backend, node frontend, docker-compose or Dockerfile. Leverage this template to automate your development workflow, from testing and building to deployment and monitoring. diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 4012a65..de7bb20 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "backend" -version = "1.0.6" +version = "1.0.8" description = "Github CICD Template Repository." authors = ["B "] license = "Other" @@ -65,5 +65,5 @@ ensure_newline_before_comments = true rcfile = ".pylintrc" [build-system] -requires = ["poetry-core>=1.0.6"] +requires = ["poetry-core>=1.0.8"] build-backend = "poetry.core.masonry.api" diff --git a/frontend/package.json b/frontend/package.json index f561b5c..3b4bd47 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "frontend", - "version": "1.0.6", + "version": "1.0.8", "description": "frontend github cicd sample", "private": "true", "dependencies": { diff --git a/pyproject.toml b/pyproject.toml index d1b50d0..9af6ed1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "github-cicd-template" -version = "1.0.6" +version = "1.0.8" description = "Github CICD Template Repository" authors = ["B "] license = "Apache 2.0"