Pinned in schema/engine-version.txt: 0.29.0
Published under latest: 0.34.0
The drift gate stays green throughout: it compares the mirror against
the release this repo pins, so it proves consistency, never currency.
Moving the pin is a deliberate PR:
echo "0.34.0" > schema/engine-version.txt
python3 scripts/check_schema_drift.py --update
make lint && make lint-warnings
The warning run matters as much as the error run: a new author lint
ships in a release and reaches this content only once the pin moves.
Changelog: https://github.com/astrapi69/learn-content-engine/blob/main/CHANGELOG.md
This issue is maintained by .github/workflows/engine-currency.yml
and closes itself once the pin catches up.
Pinned in
schema/engine-version.txt:0.29.0Published under
latest:0.34.0The drift gate stays green throughout: it compares the mirror against
the release this repo pins, so it proves consistency, never currency.
Moving the pin is a deliberate PR:
The warning run matters as much as the error run: a new author lint
ships in a release and reaches this content only once the pin moves.
Changelog: https://github.com/astrapi69/learn-content-engine/blob/main/CHANGELOG.md
This issue is maintained by
.github/workflows/engine-currency.ymland closes itself once the pin catches up.