mirror of
https://github.com/InsanusMokrassar/SauceNaoAPI.git
synced 2024-11-22 22:43:46 +00:00
update github release file
This commit is contained in:
parent
ca4348b5f6
commit
e0215dcf8f
@ -2,7 +2,8 @@ private String getCurrentVersionChangelog() {
|
||||
OutputStream changelogDataOS = new ByteArrayOutputStream()
|
||||
exec {
|
||||
standardOutput = changelogDataOS
|
||||
commandLine './changelog_info_retriever', "$library_version", 'CHANGELOG.md'
|
||||
commandLine 'chmod', "+x", './changelog_parser.sh'
|
||||
commandLine './changelog_parser.sh', "$library_version", 'CHANGELOG.md'
|
||||
}
|
||||
|
||||
return changelogDataOS.toString().trim()
|
||||
|
Loading…
Reference in New Issue
Block a user