Skip to content

Commit

Permalink
chore: prepare for releasing version 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
krzema12 committed Jul 29, 2024
1 parent aeeea11 commit f42318c
Show file tree
Hide file tree
Showing 7 changed files with 92 additions and 92 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/end-to-end-tests.main.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env kotlin
@file:Repository("file://~/.m2/repository/")
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.2.1-SNAPSHOT")
@file:DependsOn("io.github.typesafegithub:action-updates-checker:2.2.1-SNAPSHOT")
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.3.0")
@file:DependsOn("io.github.typesafegithub:action-updates-checker:2.3.0")
@file:Repository("https://bindings.krzeminski.it")
@file:DependsOn("actions:checkout:v4")
@file:DependsOn("actions:github-script:v7")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ internal fun deleteListOfBindingsInDocs() {

private val listOfBindingsInDocs = Paths.get("docs/supported-actions.md")

private const val LIB_VERSION = "2.2.1-SNAPSHOT"
private const val LIB_VERSION = "2.3.0"

private fun Pair<ActionBindingRequest, ActionBinding>.toMarkdownLinkToKotlinCode(
packageName: String,
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "io.github.typesafegithub"
version = "2.2.1-SNAPSHOT"
version = "2.3.0"

nexusPublishing {
repositories {
Expand Down
170 changes: 85 additions & 85 deletions docs/supported-actions.md

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class GettingStartedSnippets :
// --8<-- [start:getting-started-1]
#!/usr/bin/env kotlin
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.2.1-SNAPSHOT")
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.3.0")
// --8<-- [end:getting-started-1]
*/
Expand Down
2 changes: 1 addition & 1 deletion images/teaser-with-newest-version.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package io.github.typesafegithub.workflows.mavenbinding

internal const val LATEST_RELASED_LIBRARY_VERSION = "2.2.0"
internal const val LATEST_RELASED_LIBRARY_VERSION = "2.3.0"

internal fun buildPomFile(
owner: String,
Expand Down

0 comments on commit f42318c

Please sign in to comment.