Commit 8852983e authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 3.5.0 [skip ci]

parent 9c6c1988
Loading
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
# [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)


+1 −1
Original line number Diff line number Diff line
@@ -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'
```

+1 −1
Original line number Diff line number Diff line
@@ -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}"