diff --git a/CHANGELOG.md b/CHANGELOG.md index ec0a6d625051f13e874c35d01c0985ed5a2367c7..aea3235be18dc103bfedeefd94155045390ef6fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.4] - 2024-07-16 + +* Doc about supported domains (gitlab.com and froggit.fr) +* Version of gitlab release-cli now fixed + ## [0.4.3] - 2024-06-26 ### Fixed diff --git a/README.md b/README.md index ece5d0514328f2009294bf8fc5178b6ad2ab52cf..3f59512cbc0e4415a90fa9b12f09a432ae193473 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Release By Changelog template +# Release By Changelog [](https://lab.frogg.it/swepy/cicd-templates/release-by-changelog/-/blob/main/LICENSE) @@ -19,7 +19,7 @@ As a remote Template (recommended): ```yaml include: - - remote: 'https://gitlab.com/swepy/cicd-templates/release-by-changelog/-/raw/0.4.3/templates/release-by-changelog.yml' + - remote: 'https://gitlab.com/swepy/cicd-templates/release-by-changelog/-/raw/0.4.4/templates/release-by-changelog.yml' ``` As a local Template (if the template is local to the instance): @@ -27,18 +27,24 @@ As a local Template (if the template is local to the instance): ```yaml include: - project: 'swepy/cicd-templates/release-by-changelog' - ref: '0.4.3' + ref: '0.4.4' file: 'templates/release-by-changelog.yml' ``` +[](https://gitlab.com) +[](https://froggit.fr/) + As a Component ([beta](https://gitlab.com/gitlab-org/gitlab/-/issues/407556) and if the component is local to the instance): ```yaml include: - - component: $CI_SERVER_FQDN/swepy/cicd-templates/release-by-changelog/release-by-changelog@0.4.3 + - component: $CI_SERVER_FQDN/swepy/cicd-templates/release-by-changelog/release-by-changelog@0.4.4 ``` +[](https://gitlab.com) +[](https://froggit.fr/) + ### Customize job You can customize the job by overriding specific keys. For example: diff --git a/pyproject.toml b/pyproject.toml index 05703a3e9041f9c3b8471bcee930c03b69007b44..0f168c2299fb65174098b32c1760381c0956ea5c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.bumpversion] commit = true config-file = "pyproject.toml" -current_version = "0.4.3" +current_version = "0.4.4" parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)" replace = "{new_version}" search = "{current_version}" diff --git a/templates/release-by-changelog.yml b/templates/release-by-changelog.yml index db603de12674677d8e8d6cc9ba4f9db58be26353..85ab47475c6cbfedc4fcc704fa7772a0a1480aee 100644 --- a/templates/release-by-changelog.yml +++ b/templates/release-by-changelog.yml @@ -7,7 +7,7 @@ release_by_changelog: TAG_SUFFIX: $SUFFIX NAME_PREFIX: $PREFIX NAME_SUFFIX: $SUFFIX - image: registry.gitlab.com/gitlab-org/release-cli + image: registry.gitlab.com/gitlab-org/release-cli:v0.18.0 stage: deploy script: # Use grep to find version headers and store them in a variable