Skip to content

Commit

Permalink
Change required branch for release to main from master
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasJejkal committed Mar 17, 2023
1 parent 296b2ce commit c5622d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/profile-deploy.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ release {
//set possible properties which may contain the version
versionProperties = ['version', 'mainversion']
git {
//branch from where to release (default: master)
requireBranch.set('master')
//branch from where to release (default: main)
requireBranch.set('main')
}
}

Expand Down

0 comments on commit c5622d4

Please sign in to comment.