File tree 6 files changed +10
-9
lines changed
danger-kotlin/src/runnerMain/kotlin
6 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 11
11
12
12
-->
13
13
## Master
14
+
15
+ # 1.2.0
14
16
- Update ` Kotlin ` to ` 1.7.0 ` and added support for Apple Silicon Chipset [ @gianluz ] - [ #231 ] ( https://github.com/danger/kotlin/pull/231 )
15
17
- Make user property nullable for cases when non BB user did a commit [ @vchernyshov ]
16
-
17
- # 1.1.1
18
18
- Make GitLab approvals_before_merge variable nullable [ #227 ] ( https://github.com/danger/kotlin/pull/227 )
19
19
20
20
# 1.1.0
Original file line number Diff line number Diff line change 1
- [ ![ Current Version] ( https://img.shields.io/badge/danger%20kotlin-v1.1.0-orange )] ( https://danger.systems/kotlin/ )
1
+ [ ![ Current
2
+ Version] ( https://img.shields.io/badge/danger%20kotlin-v1.2.0-orange )] ( https://danger.systems/kotlin/ )
2
3
[ ![ 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
4
[ ![ Awesome Kotlin Badge] ( https://kotlin.link/awesome-kotlin.svg )] ( https://github.com/KotlinBy/awesome-kotlin )
4
5
82
83
steps :
83
84
- uses : actions/checkout@v1
84
85
- name : Danger
85
- uses : danger/kotlin@1.1 .0
86
+ uses : danger/kotlin@1.2 .0
86
87
env :
87
88
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
88
89
` ` `
@@ -100,7 +101,7 @@ jobs:
100
101
steps :
101
102
- uses : actions/checkout@v1
102
103
- name : Danger
103
- uses : docker://ghcr.io/danger/danger-kotlin:1.1 .0
104
+ uses : docker://ghcr.io/danger/danger-kotlin:1.2 .0
104
105
with :
105
106
args : --failOnErrors --no-publish-check
106
107
env :
Original file line number Diff line number Diff line change 1
1
group ' systems.danger'
2
- version ' 1.1 .0'
2
+ version ' 1.2 .0'
Original file line number Diff line number Diff line change 1
1
group ' systems.danger'
2
- version ' 1.1 .0'
2
+ version ' 1.2 .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.1 .0"
8
+ const val VERSION = " 1.2 .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.1 .0
3
+ VERSION=1.2 .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