Skip to content

Commit 5976820

Browse files
committed
docs: add note on ci pipeline and bump version
1 parent 50c639d commit 5976820

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ GitHub Actions to run the following jobs:
6767

6868
The main CI workflow is defined in `.github/workflows/main.yml`.
6969

70+
> **Note:** This workflow will only create a release tag based on your `pyproject.toml` version number. If the version
71+
> has not been bumped, it will not create a new release.
72+
7073
## Dependencies
7174

7275
This project includes the following dependencies:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "python-template"
3-
version = "0.5.37"
3+
version = "0.6.0"
44
description = "Used to templatize python projects."
55
authors = ["Loïc Motheu <lmotheu@gmail.com>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)