Skip to content

Commit

Permalink
Configured shipkit tags
Browse files Browse the repository at this point in the history
  • Loading branch information
petrmac committed Oct 28, 2024
1 parent 69d3360 commit 3354c6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -186,11 +186,11 @@ tasks.named("generateChangelog", org.shipkit.changelog.GenerateChangelogTask::cl
tasks.named("githubRelease", org.shipkit.github.release.GithubReleaseTask::class) {
dependsOn("generateChangelog")

val newTag = project.findProperty("shipkit-auto-version.new-tag")
// val newTag = project.findProperty("shipkit-auto-version.new-tag").toString()
newTagRevision = "main"
repository = "petrmac/crag-db"
releaseName = "Release $newTag"
releaseTag = newTag.toString()
// releaseName = "Release $newTag"
// releaseTag = newTag
githubToken = System.getenv("PERSONAL_GITHUB_TOKEN")
repository = "petrmac/crag-db"
changelog = tasks.named("generateChangelog").get().outputs.files.singleFile
Expand Down

0 comments on commit 3354c6c

Please sign in to comment.