Skip to content

Commit

Permalink
Release 1.4.0 (#313)
Browse files Browse the repository at this point in the history
* Bump version in CHANGELOG.md

* Update 1.4.0 version number in asciidoc file

* Update sdpi-supplement.adoc

---------

Co-authored-by: Todd "AFC!" Cooper <[email protected]>
  • Loading branch information
d-gregorczyk and ToddCooper authored Sep 17, 2024
1 parent 9b8ebe3 commit 9330b54
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
8 changes: 2 additions & 6 deletions .ci/asciidoc-converter/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,12 @@ tasks.test {
useJUnitPlatform()
}

val javaSource: Int = 17
val jdkVersion: Int = javaSource
val jvmVersion = JvmTarget.JVM_17

java {
toolchain {
languageVersion = JavaLanguageVersion.of(javaSource)
languageVersion = JavaLanguageVersion.of(jvmVersion.target)
}
withJavadocJar()
withSourcesJar()
}

kotlin {
Expand All @@ -73,7 +70,6 @@ kotlin {
}
}


application {
mainClass.set("org.sdpi.ConvertAndVerifySupplementKt")
}
2 changes: 1 addition & 1 deletion .github/workflows/feature-review-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- name: Extract branch name
shell: bash
run: echo "branch=$(echo ${GITHUB_REF#refs/heads/})" >> $GITHUB_OUTPUT
run: echo "branch=$(echo ${GITHUB_REF#refs/heads/})" | tr '/' '-' >> $GITHUB_OUTPUT
id: extract_branch

- name: Upload artifact
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Each section shall contain a list of action items of the following format: `<bri

## [Unreleased]

## [1.4.0] - 2024-09-13
## [1.4.0] - 2024-09-17

### Editorial Fixes

Expand Down

0 comments on commit 9330b54

Please sign in to comment.