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

Merge branch 'trunk'

parents 1ee56915 9b0dc0a0
No related branches found
Tags 0.1.1
No related merge requests found
Pipeline #35653 passed
......@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.1.1] - 2024-06-01
### Fixed
* Fixed link to the template in documentation README.md
## [0.1.0] - 2024-06-01
* Initial version
......@@ -16,7 +16,7 @@ As a remote Template (recommended):
```yaml
include:
- remote: 'https://gitlab.com/swepy/cicd-templates/docker-build/-/raw/docker-build@0.1.0/docker-build.yml'
- remote: 'https://gitlab.com/swepy/cicd-templates/docker-build/-/raw/0.1.1/templates/docker-build.yml'
```
As a local Template (if the template is local to the instance):
......@@ -24,7 +24,7 @@ As a local Template (if the template is local to the instance):
```yaml
include:
- project: 'swepy/cicd-templates/docker-build'
ref: '0.1.0'
ref: '0.1.1'
file: 'templates/docker-build.yml'
```
......@@ -33,7 +33,7 @@ component is local to the instance):
```yaml
include:
- component: $CI_SERVER_FQDN/swepy/cicd-templates/docker-build/docker-build@0.1.0
- component: $CI_SERVER_FQDN/swepy/cicd-templates/docker-build/docker-build@0.1.1
```
### Customize job
......
[tool.bumpversion]
commit = true
config-file = "pyproject.toml"
current_version = "0.1.0"
current_version = "0.1.1"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
replace = "{new_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