From e78b4494d909efe7811dd2953f62113340c76338 Mon Sep 17 00:00:00 2001 From: Jan Galinski Date: Wed, 4 May 2022 12:54:10 +0200 Subject: [PATCH 1/6] Update for next development version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index dcd70d5..5fe834f 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.toolisticon.testing jgiven-kotlin - 1.2.1 + 1.2.2-SNAPSHOT ${project.artifactId} jgiven kotlin extension From c73bca1ff4b7eaf7e31d1927d5a9c3d53fff0e33 Mon Sep 17 00:00:00 2001 From: Jan Galinski Date: Wed, 4 May 2022 13:55:18 +0200 Subject: [PATCH 2/6] Create release-notes.yaml --- .github/workflows/release-notes.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/release-notes.yaml diff --git a/.github/workflows/release-notes.yaml b/.github/workflows/release-notes.yaml new file mode 100644 index 0000000..8018c89 --- /dev/null +++ b/.github/workflows/release-notes.yaml @@ -0,0 +1,14 @@ +changelog: + sections: + - title: ":rocket: Enhancements & Features" + labels: [ "Type: enhancement", "Type: documentation", "Type: example" ] + - title: ":bug: Bug Fixes" + labels: [ "Type: bug" ] + - title: ":hammer_and_wrench: Chore" + labels: [ "Type: dependencies", "Type: build", "Type: codacy" ] + issues: + exclude: + labels: [ "Type: question" ] + contributors: + exclude: + names: [ "dependabot[bot]" ] From fb91914034f98ace9a15f7795975ae03ef0225ac Mon Sep 17 00:00:00 2001 From: Jan Galinski Date: Thu, 5 May 2022 23:10:17 +0200 Subject: [PATCH 3/6] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3ee7f1b..03329d1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # jgiven-kotlin +[![stable](https://img.shields.io/badge/lifecycle-STABLE-green.svg)](https://github.com/toolisticon#stable) + Extensions that make working with the JVM BDD testing tool [jgiven](https://jgiven.org) and Kotlin even more fun. [![Build Status](https://github.com/toolisticon/jgiven-kotlin/workflows/Development%20branches/badge.svg)](https://github.com/toolisticon/jgiven-kotlin/actions) From 86466fda4408f21a9b54bb3b169e4cc0fcf70de3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jun 2022 09:52:38 +0000 Subject: [PATCH 4/6] Bump jgiven.version from 1.2.1 to 1.2.2 Bumps `jgiven.version` from 1.2.1 to 1.2.2. Updates `jgiven-core` from 1.2.1 to 1.2.2 - [Release notes](https://github.com/TNG/jgiven/releases) - [Changelog](https://github.com/TNG/JGiven/blob/master/CHANGELOG.md) - [Commits](https://github.com/TNG/jgiven/compare/v1.2.1...v1.2.2) Updates `jgiven-junit5` from 1.2.1 to 1.2.2 - [Release notes](https://github.com/TNG/jgiven/releases) - [Changelog](https://github.com/TNG/JGiven/blob/master/CHANGELOG.md) - [Commits](https://github.com/TNG/jgiven/compare/v1.2.1...v1.2.2) --- updated-dependencies: - dependency-name: com.tngtech.jgiven:jgiven-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.tngtech.jgiven:jgiven-junit5 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5fe834f..336da23 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ 1.6.21 true - 1.2.1 + 1.2.2 2.3.7.RELEASE From defefa6ea729f4ac54a930116e3c4db85b0b7f38 Mon Sep 17 00:00:00 2001 From: Jan Galinski Date: Fri, 3 Jun 2022 12:10:21 +0200 Subject: [PATCH 5/6] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 03329d1..d01d59e 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,8 @@ # jgiven-kotlin -[![stable](https://img.shields.io/badge/lifecycle-STABLE-green.svg)](https://github.com/toolisticon#stable) - Extensions that make working with the JVM BDD testing tool [jgiven](https://jgiven.org) and Kotlin even more fun. +[![stable](https://img.shields.io/badge/lifecycle-STABLE-green.svg)](https://github.com/toolisticon#stable) [![Build Status](https://github.com/toolisticon/jgiven-kotlin/workflows/Development%20branches/badge.svg)](https://github.com/toolisticon/jgiven-kotlin/actions) [![sponsored](https://img.shields.io/badge/sponsoredBy-Holisticon-red.svg)](https://holisticon.de/) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.toolisticon.testing/jgiven-kotlin/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.toolisticon.testing/jgiven-kotlin) @@ -15,7 +14,7 @@ Extensions that make working with the JVM BDD testing tool [jgiven](https://jgiv io.toolisticon.testing jgiven-kotlin - 1.2.0 + 1.2.2 test From 8736b893aa422e58010ace44f5860b0d1bb82075 Mon Sep 17 00:00:00 2001 From: Jan Galinski Date: Fri, 3 Jun 2022 12:27:54 +0200 Subject: [PATCH 6/6] Update for next development version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 336da23..f089b00 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.toolisticon.testing jgiven-kotlin - 1.2.2-SNAPSHOT + 1.2.2 ${project.artifactId} jgiven kotlin extension