Publish release notes after central sync for releases

Closes gh-15713
This commit is contained in:
Madhura Bhave
2019-03-22 14:23:13 -07:00
parent 5f4fa9d52a
commit 3e82e7aa7e
3 changed files with 14 additions and 11 deletions

View File

@@ -17,3 +17,4 @@ echo "Syncing ${buildName}/${buildNumber} to Maven Central"
-X \
POST "https://api.bintray.com/maven_central_sync/${BINTRAY_SUBJECT}/${BINTRAY_REPO}/${groupId}/versions/${version}" > /dev/null || { echo "Failed to sync" >&2; exit 1; }
echo "Sync complete"
echo $version > version/version