Issues icon indicating copy to clipboard operation
Issues copied to clipboard

Add Hyperlink to release summary

Open smallc2009 opened this issue 4 months ago • 0 comments

Are you a customer of Octopus Deploy? Don't raise the issue here. Please contact our support team so we can triage your feature request, making sure it's handled appropriately.

Prerequisites

  • [ ] I have searched open and closed issues to make sure it isn't already requested
  • [ ] My team has started working on this issue
  • [ ] I have written a descriptive issue title

The enhancement

The Need

This is about Create-Release-Action for Github Workflow. it would be good if you can support the HyperLink in the release section so that team can click the link to Octopus project directly.

Image

Solution

https://github.com/OctopusDeploy/create-release-action/blob/main/dist/index.js#L42550 If this line could have a hyperlink, eg:

(0, fs_1.writeFileSync)(stepSummaryFile, `🐙 Octopus Deploy Created Release [**${allocatedReleaseNumber.ReleaseVersion}**](${releasePageURL}) in Project **${parameters.project}**.`);

Screenshots and Mockups

Links

https://github.com/OctopusDeploy/create-release-action/issues/434

smallc2009 avatar Sep 02 '25 23:09 smallc2009