1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-24 22:33:52 +03:00

Add description

This commit is contained in:
Tae Won Ha 2020-02-15 08:32:41 +01:00
parent 7cbf45857b
commit a1ac47ced8
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -23,7 +23,7 @@ Builds a new snapshot of VimR and pushes the tag:<br>
parameters {
booleanParam('publish', true, 'Publish this release to Github?')
stringParam('branch', 'develop', 'Branch to build; defaults to develop')
stringParam('marketing_version', null, 'If "is_snapshot" is unchecked, you have to enter this.')
stringParam('marketing_version', null, 'Eg "0.34.0". If "is_snapshot" is unchecked, you have to enter this.')
textParam('release_notes', null, 'Release notes')
booleanParam('is_snapshot', true)
booleanParam('update_appcast', true)