diff --git a/CHANGELOG.md b/CHANGELOG.md index fb1519488852238a65d32a705ae4fac2586a0de0..5c09b370234526e813735119db4868b1cf5bb131 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,17 @@ All notable changes to this job will be documented in this file. ## [Unreleased] +## [0.2.1] - 2024-05-06 + +### Fixed + +* venv job name is fixed + ## [0.2.0] - 2024-05-06 ### Changed -* Pipeline will now run only on default branch except if configured otherwise. +* Pipeline will now run only on default branch except if configured otherwise ## [0.1.1] - 2024-05-06 diff --git a/pyproject.toml b/pyproject.toml index 63a2e2cbbf82c71e985cad149fec2ae42d4c7c52..9f1d928d3ab9b2345befb990d577bc8c133ade4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ allow-dirty = true commit = false config-file = "pyproject.toml" -current_version = "0.2.0" +current_version = "0.2.1" parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)" replace = "{new_version}" search = "{current_version}" diff --git a/release-by-changelog.yml b/release-by-changelog.yml index 82d14995dfaa64870314ac4a0ebbbd8249f12331..84ace22fc0a37afa95fee09bbe11e8782d963dfc 100644 --- a/release-by-changelog.yml +++ b/release-by-changelog.yml @@ -1,12 +1,12 @@ include: - remote: 'https://lab.frogg.it/swepy/cicd-templates/venv/-/raw/venv@1.0.0/venv.yml' -python_venv: +venv: rules: - when: never release_by_changelog_venv: - extends: python_venv + extends: venv stage: build variables: PYTHON_SETUP: 'pip install release_by_changelog'