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
| Function Class: | com.semanticcms.changelog.taglib.Functions |
|---|---|
| Function Signature: | com.semanticcms.changelog.taglib.Release findRelease(com.semanticcms.core.model.Node) |
| Display Name: | None |