Skip to content
Snippets Groups Projects
Commit 36054c44 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 3.6.1 [skip ci]

## [3.6.1](https://gitlab.com/to-be-continuous/maven/compare/3.6.0...3.6.1) (2023-09-19)

### Bug Fixes

* **release:** fix and clarify Git config in release process ([58320afa](https://gitlab.com/to-be-continuous/maven/commit/58320afad0b80d1da398240a19774922daac2bf2))
parent 0693e1fb
No related branches found
No related tags found
No related merge requests found
## [3.6.1](https://gitlab.com/to-be-continuous/maven/compare/3.6.0...3.6.1) (2023-09-19)
### Bug Fixes
* **release:** fix and clarify Git config in release process ([58320af](https://gitlab.com/to-be-continuous/maven/commit/58320afad0b80d1da398240a19774922daac2bf2))
# [3.6.0](https://gitlab.com/to-be-continuous/maven/compare/3.5.0...3.6.0) (2023-07-02) # [3.6.0](https://gitlab.com/to-be-continuous/maven/compare/3.5.0...3.6.0) (2023-07-02)
......
...@@ -9,7 +9,7 @@ In order to include this template in your project, add the following to your `gi ...@@ -9,7 +9,7 @@ In order to include this template in your project, add the following to your `gi
```yaml ```yaml
include: include:
- project: 'to-be-continuous/maven' - project: 'to-be-continuous/maven'
ref: '3.6.0' ref: '3.6.1'
file: '/templates/gitlab-ci-maven.yml' file: '/templates/gitlab-ci-maven.yml'
``` ```
...@@ -439,11 +439,11 @@ All authentication methods should use masked GitLab environment variables. ...@@ -439,11 +439,11 @@ All authentication methods should use masked GitLab environment variables.
include: include:
# main template # main template
- project: 'to-be-continuous/maven' - project: 'to-be-continuous/maven'
ref: '3.6.0' ref: '3.6.1'
file: '/templates/gitlab-ci-maven.yml' file: '/templates/gitlab-ci-maven.yml'
# Jib is implemented as an extension to Maven, and uses supporting features of the TBC Maven template # Jib is implemented as an extension to Maven, and uses supporting features of the TBC Maven template
- project: 'to-be-continuous/maven' - project: 'to-be-continuous/maven'
ref: '3.6.0' ref: '3.6.1'
file: '/templates/gitlab-ci-maven-jib.yml' file: '/templates/gitlab-ci-maven-jib.yml'
variables: variables:
......
...@@ -398,7 +398,7 @@ stages: ...@@ -398,7 +398,7 @@ stages:
image: $MAVEN_IMAGE image: $MAVEN_IMAGE
services: services:
- name: "$TBC_TRACKING_IMAGE" - name: "$TBC_TRACKING_IMAGE"
command: ["--service", "maven", "3.6.0" ] command: ["--service", "maven", "3.6.1" ]
before_script: before_script:
- *mvn-scripts - *mvn-scripts
- install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}" - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment