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 aed07baf authored by Dorian Turba's avatar Dorian Turba
Browse files

Bump version: 0.4.1 → 0.4.2

parent 1409b936
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [0.4.2] - 2024-06-10
### Fixed
* Include remote template example
## [0.4.1] - 2024-05-12 ## [0.4.1] - 2024-05-12
* More documentation * More documentation
......
...@@ -19,7 +19,7 @@ As a remote Template (recommended): ...@@ -19,7 +19,7 @@ As a remote Template (recommended):
```yaml ```yaml
include: include:
- remote: 'https://gitlab.com/swepy/cicd-templates/release-by-changelog/-/raw/0.4.1/templates/release-by-changelog.yml' - remote: 'https://gitlab.com/swepy/cicd-templates/release-by-changelog/-/raw/0.4.2/templates/release-by-changelog.yml'
``` ```
As a local Template (if the template is local to the instance): As a local Template (if the template is local to the instance):
...@@ -27,7 +27,7 @@ As a local Template (if the template is local to the instance): ...@@ -27,7 +27,7 @@ As a local Template (if the template is local to the instance):
```yaml ```yaml
include: include:
- project: 'swepy/cicd-templates/release-by-changelog' - project: 'swepy/cicd-templates/release-by-changelog'
ref: '0.4.1' ref: '0.4.2'
file: 'templates/release-by-changelog.yml' file: 'templates/release-by-changelog.yml'
``` ```
...@@ -36,7 +36,7 @@ component is local to the instance): ...@@ -36,7 +36,7 @@ component is local to the instance):
```yaml ```yaml
include: include:
- component: $CI_SERVER_FQDN/swepy/cicd-templates/release-by-changelog/release-by-changelog@0.4.1 - component: $CI_SERVER_FQDN/swepy/cicd-templates/release-by-changelog/release-by-changelog@0.4.2
``` ```
### Customize job ### Customize job
......
[tool.bumpversion] [tool.bumpversion]
commit = true commit = true
config-file = "pyproject.toml" config-file = "pyproject.toml"
current_version = "0.4.1" current_version = "0.4.2"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)" parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
replace = "{new_version}" replace = "{new_version}"
search = "{current_version}" search = "{current_version}"
......
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