rlsbl v0.113.0 /rlsbl.checks.changelog
On this page

Changelog checks (tag: changelog) validating JSONL entry schema, commit hash resolution, coverage, orphans, and batch size limits.

#rlsbl.checks.changelog

#rlsbl.checks.changelog

Changelog checks (tag: changelog) validating JSONL entry schema, commit hash resolution, coverage, orphans, and batch size limits.

Checks: changelog-entry, changelog-hashes, changelog-range, changelog-coverage, changelog-orphans, changelog-schema, changelog-user-facing, changelog-batch-commits, changelog-batch-entries.

#_changes_dirs_for_ctx

python
def _changes_dirs_for_ctx(ctx)

Return the changes-dir(s) whose *.jsonl files this ctx owns.

Derived from the same context resolution the other changelog checks use, so the format_version gate covers exactly the files that are validated. Returns an empty list when there is no changes dir.

#register_changelog_checks

python
def register_changelog_checks(app)

Register changelog-tag checks on app.

Search