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
This semantic release plugin uses the success semantic release's hook to create and publish the release on JIRA.
This is ok if you don't need the release information in the context, my case was particular in which I do need to extract the release url from the context to emit some notifications. Moving the operations from success to publish allowed me to store the result of the publish in context.releases and it can be used down the road.
Now comes the discussion part: Do you think this is something you'd like to do with this plugin? I currently have the functionality in a fork but can make a PR if desired.
The text was updated successfully, but these errors were encountered:
This semantic release plugin uses the success semantic release's hook to create and publish the release on JIRA.
This is ok if you don't need the release information in the context, my case was particular in which I do need to extract the release url from the context to emit some notifications. Moving the operations from
success
topublish
allowed me to store the result of the publish incontext.releases
and it can be used down the road.Now comes the discussion part: Do you think this is something you'd like to do with this plugin? I currently have the functionality in a fork but can make a PR if desired.
The text was updated successfully, but these errors were encountered: