File tree Expand file tree Collapse file tree 6 files changed +10
-9
lines changed
danger-kotlin/src/runnerMain/kotlin Expand file tree Collapse file tree 6 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 1111
1212-->
1313## Master
14+
15+ # 1.2.0
1416- Update ` Kotlin ` to ` 1.7.0 ` and added support for Apple Silicon Chipset [ @gianluz ] - [ #231 ] ( https://github.com/danger/kotlin/pull/231 )
1517- Make user property nullable for cases when non BB user did a commit [ @vchernyshov ]
16-
17- # 1.1.1
1818- Make GitLab approvals_before_merge variable nullable [ #227 ] ( https://github.com/danger/kotlin/pull/227 )
1919
2020# 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/ )
23[ ![ 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 )
34[ ![ Awesome Kotlin Badge] ( https://kotlin.link/awesome-kotlin.svg )] ( https://github.com/KotlinBy/awesome-kotlin )
45
8283 steps :
8384 - uses : actions/checkout@v1
8485 - name : Danger
85- uses : danger/kotlin@1.1 .0
86+ uses : danger/kotlin@1.2 .0
8687 env :
8788 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
8889` ` `
@@ -100,7 +101,7 @@ jobs:
100101 steps :
101102 - uses : actions/checkout@v1
102103 - name : Danger
103- uses : docker://ghcr.io/danger/danger-kotlin:1.1 .0
104+ uses : docker://ghcr.io/danger/danger-kotlin:1.2 .0
104105 with :
105106 args : --failOnErrors --no-publish-check
106107 env :
Original file line number Diff line number Diff line change 11group ' systems.danger'
2- version ' 1.1 .0'
2+ version ' 1.2 .0'
Original file line number Diff line number Diff line change 11group ' 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
55import systems.danger.cmd.dangerjs.DangerJS
66
77const val PROCESS_DANGER_KOTLIN = " danger-kotlin"
8- const val VERSION = " 1.1 .0"
8+ const val VERSION = " 1.2 .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.1 .0
3+ VERSION=1.2 .0
44
55while getopts v:h: flag
66do
You can’t perform that action at this time.
0 commit comments