You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add deisrel create-releases <params> <opts> command/functionality, enabling the following workflow:
deisrel create-releases <params> <opts> -> creates releases for all repos using the appropriate GH api call, specifying same tag & title for each release and repo-specific changelog for its POST body (can use existing deisrel changelog functionality to derive) -> command returns by printing collated/aggregated changelog to stdout -> user copies & pastes, sends to Marketing, etc. for blog announcement(s).
Where <params> includes release_tag and release_title (possibly same string)
Where <opts> includes, minimally, a --ref <ref> flag for passing in a different ref other than master to create release from. (Should also consider a --dry-run flag, or, alternatively, a prompt to proceed after supplying info on what will be done.)
The text was updated successfully, but these errors were encountered:
Add
deisrel create-releases <params> <opts>
command/functionality, enabling the following workflow:deisrel create-releases <params> <opts>
-> creates releases for all repos using the appropriate GH api call, specifying same tag & title for each release and repo-specific changelog for itsPOST
body (can use existing deisrel changelog functionality to derive) -> command returns by printing collated/aggregated changelog to stdout -> user copies & pastes, sends to Marketing, etc. for blog announcement(s).Where
<params>
includesrelease_tag
andrelease_title
(possibly same string)Where
<opts>
includes, minimally, a--ref <ref>
flag for passing in a different ref other thanmaster
to create release from. (Should also consider a--dry-run
flag, or, alternatively, a prompt to proceed after supplying info on what will be done.)The text was updated successfully, but these errors were encountered: