Skip to content

Commit

Permalink
Merge pull request #18 from HubSpot/js-set-relbranch
Browse files Browse the repository at this point in the history
set release branch name
  • Loading branch information
jaredstehler authored Apr 8, 2024
2 parents faef4fa + 81b5c35 commit 18ed1f8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hubspot/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ plugins {
id("net.researchgate.release") version "3.0.2"
}

release {
git {
requireBranch.set("release")
}
}

tasks.named("afterReleaseBuild") {
dependsOn("publish")
}
Expand Down

0 comments on commit 18ed1f8

Please sign in to comment.