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

chore(release): 3.5.0 [skip ci]

# [3.5.0](3.4.0...3.5.0) (2023-05-28)

### Features

* **release:** allow specifying explicit release version ([b158a3bc](b158a3bc))
* **release:** implement 2 steps release ([20e8c048](20e8c048))
* **release:** support configure release commit comments ([0e593461](0e593461))
parent 9c6c1988
No related branches found
No related tags found
No related merge requests found
Pipeline #881195820 skipped
# [3.5.0](https://gitlab.com/to-be-continuous/maven/compare/3.4.0...3.5.0) (2023-05-28)
### Features
* **release:** allow specifying explicit release version ([b158a3b](https://gitlab.com/to-be-continuous/maven/commit/b158a3bcff10d12a841837c3268a8a992cb1095b))
* **release:** implement 2 steps release ([20e8c04](https://gitlab.com/to-be-continuous/maven/commit/20e8c048c1ed05f5abdc6e6c1b8419a050e3864e))
* **release:** support configure release commit comments ([0e59346](https://gitlab.com/to-be-continuous/maven/commit/0e59346132095cb744741e5327c5117c2cda3c5b))
# [3.4.0](https://gitlab.com/to-be-continuous/maven/compare/3.3.1...3.4.0) (2023-05-27)
......
......@@ -9,7 +9,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
- project: 'to-be-continuous/maven'
ref: '3.4.0'
ref: '3.5.0'
file: '/templates/gitlab-ci-maven.yml'
```
......
......@@ -396,7 +396,7 @@ stages:
image: $MAVEN_IMAGE
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "maven", "3.4.0" ]
command: ["--service", "maven", "3.5.0" ]
before_script:
- *mvn-scripts
- 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.
Finish editing this message first!
Please register or to comment