File tree Expand file tree Collapse file tree 6 files changed +13
-6
lines changed
Expand file tree Collapse file tree 6 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -253,6 +253,7 @@ jobs:
253253 with :
254254 fetch-depth : 0
255255 - run : git branch --track "${{ env.RELEASE_BR }}" "origin/${{ env.RELEASE_BR }}"
256+ - run : git branch --track "${{ env.MAIN_BR }}" "origin/${{ env.MAIN_BR }}"
256257
257258 - name : " Check if '${{ github.ref }}' tag is on '${{ env.MAIN_BR }}' branch"
258259 uses : rickstaa/action-contains-tag@v1
Original file line number Diff line number Diff line change @@ -3,6 +3,12 @@ Changelog
33=========
44
55
6+ 2.5.1-dev (2024-04-12)
7+ ======================
8+
9+ Internal CI/CD Pipeline minor fix.
10+
11+
6122.5.1 (2024-04-10)
713==================
814
Original file line number Diff line number Diff line change @@ -275,9 +275,9 @@ Free/Libre and Open Source Software (FLOSS)
275275
276276.. Github Releases & Tags
277277
278- .. |commits_since_specific_tag_on_master | image :: https://img.shields.io/github/commits-since/boromir674/cookiecutter-python-package/v2.5.1/master?color=blue&logo=github
278+ .. |commits_since_specific_tag_on_master | image :: https://img.shields.io/github/commits-since/boromir674/cookiecutter-python-package/v2.5.1-dev /master?color=blue&logo=github
279279 :alt: GitHub commits since tagged version (branch)
280- :target: https://github.com/boromir674/cookiecutter-python-package/compare/v2.5.1..master
280+ :target: https://github.com/boromir674/cookiecutter-python-package/compare/v2.5.1-dev ..master
281281
282282.. |commits_since_latest_github_release | image :: https://img.shields.io/github/commits-since/boromir674/cookiecutter-python-package/latest?color=blue&logo=semver&sort=semver
283283 :alt: GitHub commits since latest release (by SemVer)
Original file line number Diff line number Diff line change 3030author = 'Konstantinos Lampridis'
3131
3232# The full version, including alpha/beta/rc tags
33- release = '2.5.1'
33+ release = '2.5.1-dev '
3434
3535# -- General configuration ---------------------------------------------------
3636
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ build-backend = "poetry.core.masonry.api"
1414name = " cookiecutter_python"
1515# ## ... ###
1616
17- version = " 2.5.1"
17+ version = " 2.5.1-dev "
1818description = " 1-click Generator of Python Project, from Template with streamlined \" DevOps\" using a powerful CI/CD Pipeline."
1919readme = " README.rst"
2020license = " AGPL-3.0-only"
@@ -74,7 +74,7 @@ maintainers = [
7474license = {text = " AGPL-3.0-only" }
7575
7676name = " cookiecutter_python"
77- version = " 2.5.1"
77+ version = " 2.5.1-dev "
7878description = " 1-click Generator of Python Project, from Template with streamlined \" DevOps\" using a powerful CI/CD Pipeline."
7979readme = " README.rst"
8080# keywords = []
Original file line number Diff line number Diff line change 1- __version__ = '2.5.1'
1+ __version__ = '2.5.1-dev '
22
33from . import _logging # noqa
You can’t perform that action at this time.
0 commit comments