${changelog:findRelease()}

Finds a release in the provided page or element.

Uses the first non-snapshot release. If only snapshots in the page or element, uses the first snapshot. If can't find any release, returns null.

Searches all elements recursively with depth-first traversal.

Example

${changelog:findRelease(node)}

Function Information