Skip to content

Commit 53c6f51

Browse files
authored
Import prepare_release.gradle script
1 parent 2fbffb2 commit 53c6f51

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ task releaseClean(dependsOn: ensureCleanRepo) {
113113
// Task parameters:
114114
// bumpVersion -> if available will specify new versionName directly and ignores the `bumpType` parameter.
115115
// bumpType[major|minor|patch] -> will specify how the version bumping occurs.
116+
117+
apply from: "${rootProject.projectDir}/gradle/prepare_release.gradle"
116118
task releasePrepare(dependsOn: ensureCleanRepo) {
117119
doLast {
118120
prepareRelease()

0 commit comments

Comments
 (0)