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
#{each release in Octopus.Deployment.Changes sort desc}
Reason, in many other release notes, the notes are sorted in a descending order, so that latest release is on top. Would be nice to be able to have this in OctopusDeply as well.
Best regards
Lars Jakobsen
The text was updated successfully, but these errors were encountered:
Hi
I am wondering if there exists a possibility to affect the sorting of collection, e.g. when traversing Releases for Deployment changes template as described here https://octopus.com/docs/releases/deployment-notes#templates
e.g.
#{each release in Octopus.Deployment.Changes sort desc}
Reason, in many other release notes, the notes are sorted in a descending order, so that latest release is on top. Would be nice to be able to have this in OctopusDeply as well.
Best regards
Lars Jakobsen
The text was updated successfully, but these errors were encountered: