From f3b5b41f2f25f3d9f63d624f161f2c7c2fcb99b1 Mon Sep 17 00:00:00 2001 From: Piotr Krzeminski Date: Sat, 18 May 2024 22:20:31 +0200 Subject: [PATCH] chore: prepare for releasing version 2.0.0 --- .github/workflows/end-to-end-tests.main.kts | 4 ++-- build.gradle.kts | 2 +- .../workflows/docsnippets/GettingStartedSnippets.kt | 2 +- images/teaser-with-newest-version.svg | 2 +- mkdocs.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/end-to-end-tests.main.kts b/.github/workflows/end-to-end-tests.main.kts index 45b9443fd8..5c31bb207c 100755 --- a/.github/workflows/end-to-end-tests.main.kts +++ b/.github/workflows/end-to-end-tests.main.kts @@ -1,7 +1,7 @@ #!/usr/bin/env kotlin @file:Repository("file://~/.m2/repository/") -@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.0.0-SNAPSHOT") -@file:DependsOn("io.github.typesafegithub:action-updates-checker:2.0.0-SNAPSHOT") +@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.0.0") +@file:DependsOn("io.github.typesafegithub:action-updates-checker:2.0.0") @file:Repository("https://github-workflows-kt-bindings.colman.com.br/binding/") @file:DependsOn("actions:checkout:v4") @file:DependsOn("actions:github-script:v7") diff --git a/build.gradle.kts b/build.gradle.kts index dd4fbe5d9d..c64b150b87 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ plugins { } group = "io.github.typesafegithub" -version = "2.0.0-SNAPSHOT" +version = "2.0.0" nexusPublishing { repositories { diff --git a/github-workflows-kt/src/test/kotlin/io/github/typesafegithub/workflows/docsnippets/GettingStartedSnippets.kt b/github-workflows-kt/src/test/kotlin/io/github/typesafegithub/workflows/docsnippets/GettingStartedSnippets.kt index ad3c4820ff..858b6b9e23 100644 --- a/github-workflows-kt/src/test/kotlin/io/github/typesafegithub/workflows/docsnippets/GettingStartedSnippets.kt +++ b/github-workflows-kt/src/test/kotlin/io/github/typesafegithub/workflows/docsnippets/GettingStartedSnippets.kt @@ -17,7 +17,7 @@ class GettingStartedSnippets : FunSpec({ // --8<-- [start:getting-started-1] #!/usr/bin/env kotlin - @file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.0.0-SNAPSHOT") + @file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.0.0") // --8<-- [end:getting-started-1] */ diff --git a/images/teaser-with-newest-version.svg b/images/teaser-with-newest-version.svg index b46f8e58a7..684123afd5 100644 --- a/images/teaser-with-newest-version.svg +++ b/images/teaser-with-newest-version.svg @@ -1,4 +1,4 @@ -