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

chore(release): 2.0.0 [skip ci]

# [2.0.0](https://gitlab.com/to-be-continuous/gradle/compare/1.4.0...2.0.0) (2022-08-05)

### Features

* adaptive pipeline ([5ffb495c](https://gitlab.com/to-be-continuous/gradle/commit/5ffb495c951fe461f03e1e0bb324dc305cc1361a))

### BREAKING CHANGES

* change default workflow from Branch pipeline to MR pipeline
parent de8c01d7
No related branches found
Tags 2.0 2.0.0
No related merge requests found
# [2.0.0](https://gitlab.com/to-be-continuous/gradle/compare/1.4.0...2.0.0) (2022-08-05)
### Features
* adaptive pipeline ([5ffb495](https://gitlab.com/to-be-continuous/gradle/commit/5ffb495c951fe461f03e1e0bb324dc305cc1361a))
### BREAKING CHANGES
* change default workflow from Branch pipeline to MR pipeline
# [1.4.0](https://gitlab.com/to-be-continuous/gradle/compare/1.3.1...1.4.0) (2022-05-01)
......
......@@ -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/gradle'
ref: '1.4.0'
ref: '2.0.0'
file: '/templates/gitlab-ci-gradle.yml'
```
......
......@@ -310,7 +310,7 @@ stages:
- .gradle
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "gradle", "1.4.0" ]
command: ["--service", "gradle", "2.0.0" ]
before_script:
- *gradle-scripts
- handle_daemon
......
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