Skip to content

Commit

Permalink
change release name convention to not use "Release" prefix (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
wakingrufus authored Aug 5, 2024
1 parent 26a952d commit 7904bd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jreleaser {
apiEndpoint = "https://api.github.com"
token = System.getenv("GITHUB_TOKEN")
enabled = true
releaseName = "{{tagName}}"
releaseNotes {
enabled = true
}
Expand Down
2 changes: 1 addition & 1 deletion test-application/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
repositories {
mavenCentral()
}
dependencies{
dependencies {
implementation(project(":spring-funk-webmvc"))
implementation(spring.boot.jetty)
implementation("ch.qos.logback:logback-classic:1.5.6")
Expand Down

0 comments on commit 7904bd9

Please sign in to comment.