mirror of
https://github.com/InsanusMokrassar/SauceNaoAPI.git
synced 2024-11-23 06:48:42 +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()
|
OutputStream changelogDataOS = new ByteArrayOutputStream()
|
||||||
exec {
|
exec {
|
||||||
standardOutput = changelogDataOS
|
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()
|
return changelogDataOS.toString().trim()
|
||||||
|
Loading…
Reference in New Issue
Block a user