diff --git a/.bumpversion.toml b/.bumpversion.toml index 27feca530e3aba2fef3163a752dd6515d804ed0b..a9d68f47614a703918e86cee5335c9646287ccf3 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,6 +1,6 @@ [tool.bumpversion] commit = true -current_version = "0.4.6" +current_version = "0.4.7" parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)" replace = "{new_version}" search = "{current_version}" diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 528d34423f13c85746fbf0dad425a1b419db588a..75712b69886353070832f48b682f809b50a6e8d6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,2 @@ include: - - project: 'swepy/cicd-templates/release-by-changelog' - ref: 'main' - file: 'templates/release-by-changelog.yml' + - component: $CI_SERVER_HOST/swepy/cicd-templates/release-by-changelog/release-by-changelog@main diff --git a/CHANGELOG.md b/CHANGELOG.md index aab8513a2a55b39b0bbd7096d806417f7363134f..95186dbbcaf8b2c7cb67a78ba5bfda6a5fdd8188 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.7] - 2024-08-04 + +* Misc update of the project + ## [0.4.6] - 2024-08-02 * Misc updates and improvements for development team diff --git a/README.md b/README.md index 79f0ab458d1f08b9a43918ee5f32bec2bfd0b577..64a0b30169bac64702c63aa7bcef7fa4be48a9c6 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ your instance: ```yaml include: - - component: $CI_SERVER_FQDN/swepy/cicd-templates/release-by-changelog/release-by-changelog@0.4.6 + - component: $CI_SERVER_FQDN/swepy/cicd-templates/release-by-changelog/release-by-changelog@0.4.7 ``` [](https://gitlab.com) @@ -31,7 +31,7 @@ As a remote Template if the component is not supported or mirrored by your insta ```yaml include: - - remote: 'https://gitlab.com/swepy/cicd-templates/release-by-changelog/-/raw/0.4.6/templates/release-by-changelog.yml' + - remote: 'https://gitlab.com/swepy/cicd-templates/release-by-changelog/-/raw/0.4.7/templates/release-by-changelog.yml' ``` ### Customize job