Skip to content

Conversation

@ishaid
Copy link

@ishaid ishaid commented Jan 4, 2026

Hello,

This addresses issue #491 (which I created per the contribution guidelines).

I've added a <!-- %revision% --> place holder which gets populated by the latest revision using the following logic:

def _get_latest_revision(metadata: Dict) -> str: if not "revisions" in metadata: return "" revision = list(metadata.get("revisions"))[-1] return revision

In addition to what I mentioned in the issue this also allows adding a revision indicator of the current revision without needing the entire table.

I've added the place holder to the relevant README.md.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant