File tree 6 files changed +9
-7
lines changed
danger-kotlin/src/runnerMain/kotlin
6 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 12
12
-->
13
13
## Master
14
14
15
+ # 1.1.0
16
+
15
17
- Add support of BitBucketCloud [ @vchernyshov ] - [ #214 ] ( https://github.com/danger/kotlin/pull/214 )
16
18
- Make ` force_remove_source_branch ` nullable in GitLab Merge request entity [ @davidbilik ] - [ #197 ] ( https://github.com/danger/kotlin/pull/197 )
17
19
- Make ` lastReviewedCommit ` nullable on BitBucket Server [ @f-meloni ] - [ #211 ] ( https://github.com/danger/kotlin/pull/211 )
Original file line number Diff line number Diff line change 1
- [ ![ Current Version] ( https://img.shields.io/badge/danger%20kotlin-v1.0 .0-orange )] ( https://danger.systems/kotlin/ )
1
+ [ ![ Current Version] ( https://img.shields.io/badge/danger%20kotlin-v1.1 .0-orange )] ( https://danger.systems/kotlin/ )
2
2
[ ![ Maven Central - SDK] ( https://img.shields.io/maven-central/v/systems.danger/danger-kotlin-sdk.svg?label=danger-kotlin-sdk )] ( https://search.maven.org/search?q=g:%22systems.danger%22%20AND%20a:%22danger-kotlin-sdk%22 )
3
3
[ ![ Awesome Kotlin Badge] ( https://kotlin.link/awesome-kotlin.svg )] ( https://github.com/KotlinBy/awesome-kotlin )
4
4
82
82
steps :
83
83
- uses : actions/checkout@v1
84
84
- name : Danger
85
- uses : danger/kotlin@1.0 .0
85
+ uses : danger/kotlin@1.1 .0
86
86
env :
87
87
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
88
88
` ` `
@@ -100,7 +100,7 @@ jobs:
100
100
steps :
101
101
- uses : actions/checkout@v1
102
102
- name : Danger
103
- uses : docker://ghcr.io/danger/danger-kotlin:1.0 .0
103
+ uses : docker://ghcr.io/danger/danger-kotlin:1.1 .0
104
104
with :
105
105
args : --failOnErrors --no-publish-check
106
106
env :
Original file line number Diff line number Diff line change 1
1
group ' systems.danger'
2
- version ' 1.0 .0'
2
+ version ' 1.1 .0'
Original file line number Diff line number Diff line change 1
1
group ' systems.danger'
2
- version ' 1.0 .0'
2
+ version ' 1.1 .0'
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import systems.danger.cmd.Command
5
5
import systems.danger.cmd.dangerjs.DangerJS
6
6
7
7
const val PROCESS_DANGER_KOTLIN = " danger-kotlin"
8
- const val VERSION = " 1.0 .0"
8
+ const val VERSION = " 1.1 .0"
9
9
10
10
fun main (args : Array <String >) {
11
11
Log .isVerbose = args.contains(" --verbose" ) || (getenv(" DEBUG" )?.toString()?.isNotEmpty() ? : false )
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
- VERSION=1.0 .0
3
+ VERSION=1.1 .0
4
4
5
5
while getopts v:h: flag
6
6
do
You can’t perform that action at this time.
0 commit comments