Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 163c0b8e authored by Dorian Turba's avatar Dorian Turba
Browse files

Merge branch 'trunk'

parents c094abb2 7ebaef89
No related branches found
No related tags found
No related merge requests found
Pipeline #41233 passed
[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}"
......
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
......@@ -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
......
......@@ -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
```
[![Supported by GitLab.com](https://img.shields.io/badge/Supported_by-GitLab.com-orange)](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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment