File tree Expand file tree Collapse file tree 6 files changed +9
-7
lines changed
danger-kotlin/src/runnerMain/kotlin Expand file tree Collapse file tree 6 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1212-->
1313## Master
1414
15+ # 1.1.0
16+
1517- Add support of BitBucketCloud [ @vchernyshov ] - [ #214 ] ( https://github.com/danger/kotlin/pull/214 )
1618- Make ` force_remove_source_branch ` nullable in GitLab Merge request entity [ @davidbilik ] - [ #197 ] ( https://github.com/danger/kotlin/pull/197 )
1719- 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/ )
22[ ![ 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 )
33[ ![ Awesome Kotlin Badge] ( https://kotlin.link/awesome-kotlin.svg )] ( https://github.com/KotlinBy/awesome-kotlin )
44
8282 steps :
8383 - uses : actions/checkout@v1
8484 - name : Danger
85- uses : danger/kotlin@1.0 .0
85+ uses : danger/kotlin@1.1 .0
8686 env :
8787 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
8888` ` `
@@ -100,7 +100,7 @@ jobs:
100100 steps :
101101 - uses : actions/checkout@v1
102102 - name : Danger
103- uses : docker://ghcr.io/danger/danger-kotlin:1.0 .0
103+ uses : docker://ghcr.io/danger/danger-kotlin:1.1 .0
104104 with :
105105 args : --failOnErrors --no-publish-check
106106 env :
Original file line number Diff line number Diff line change 11group ' systems.danger'
2- version ' 1.0 .0'
2+ version ' 1.1 .0'
Original file line number Diff line number Diff line change 11group ' 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
55import systems.danger.cmd.dangerjs.DangerJS
66
77const val PROCESS_DANGER_KOTLIN = " danger-kotlin"
8- const val VERSION = " 1.0 .0"
8+ const val VERSION = " 1.1 .0"
99
1010fun main (args : Array <String >) {
1111 Log .isVerbose = args.contains(" --verbose" ) || (getenv(" DEBUG" )?.toString()?.isNotEmpty() ? : false )
Original file line number Diff line number Diff line change 11#! /bin/sh
22
3- VERSION=1.0 .0
3+ VERSION=1.1 .0
44
55while getopts v:h: flag
66do
You can’t perform that action at this time.
0 commit comments