Use PR Merges in Cahngelog
This commit is contained in:
parent
d15d2e86ae
commit
94d5b6b3e4
1 changed files with 2 additions and 1 deletions
|
@ -171,7 +171,8 @@ publishing {
|
||||||
String generateChangelog() {
|
String generateChangelog() {
|
||||||
println "Assembeling Changelog ..."
|
println "Assembeling Changelog ..."
|
||||||
def lastTag = "git describe --tags --abbrev=0".execute().text.trim()
|
def lastTag = "git describe --tags --abbrev=0".execute().text.trim()
|
||||||
def gitLogCmd = "git log $lastTag..HEAD --oneline --no-merges --pretty=format:\"%s\"".execute().text.trim()
|
//def gitLogCmd = "git log $lastTag..HEAD --oneline --no-merges --pretty=format:\"%s\"".execute().text.trim()
|
||||||
|
def gitLogCmd = "git log $lastTag..HEAD --oneline --pretty=format:\"%s\"".execute().text.trim()
|
||||||
|
|
||||||
def features = ""
|
def features = ""
|
||||||
def fixes = ""
|
def fixes = ""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue