OctopusDeploy / Octostache

| Public | The variable substitution syntax for Octopus Deploy
Other
5 stars 24 forks source link

Possibility to support sorting for collections #52

Open Sisha1980 opened 3 years ago

Sisha1980 commented 3 years ago

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