Skip to content

Commit

Permalink
fixes to release Alpaca (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
whikloj authored Jan 12, 2022
1 parent 7bf983d commit a581e6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ bin/
.bloop/
.metals/
islandora-alpaca-app/src/main/resources/alpaca.properties
.java-version
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ allprojects {

release {
tagTemplate = '$name-$version'
git {
requireBranch = '2.x'
}
}

afterReleaseBuild.dependsOn uploadArchives
Expand Down

0 comments on commit a581e6a

Please sign in to comment.