Parameters:
buildPath
: just pass${WORKSPACE}
tagPrefix
: pass specific prefix if you want to filter tags or just nothing to avoid filteringreleaseNotesFilename
: name of the file used to export tag message. Relative tobuildPath
Add "Scriptler script" build action to your configuration and then use same releaseNotesFilename
value as a "Release notes filename" parameter for "Upload to HockeyApp" post-build action.
I.e. if you pass "RELEASE-NOTES.md" to releaseNotesFilename
, use "RELEASE-NOTES.md" as a "Release notes filename".