Skip to content

Commit

Permalink
Added breaking changes of version 3 to UPGRADE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Hillkorn authored Nov 29, 2022
1 parent cb20445 commit 5e2b22b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Upgrade instructions

## 2 to 3

* Minimum gradle version is now 6.0.0
* Release extension and svn/git configuration fields are now of type Property
* Replaced dynamic property handling in grovvy with fields (git / svn in release extension)
* Removed pushToCurrentBranch configuration
* Removed tagPrefix configuration that got replaced by tagTemplate
* Release related tasks are now classes

## 2.0 to 2.1

### Location of git configuration changed
Expand Down

0 comments on commit 5e2b22b

Please sign in to comment.