update github release file

This commit is contained in:
InsanusMokrassar 2020-10-08 17:07:37 +06:00
parent ca4348b5f6
commit e0215dcf8f
1 changed files with 2 additions and 1 deletions

View File

@ -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()