fix(mod_format): render format templates through smartscaf before comparing generated files

This commit is contained in:
2026-03-24 16:56:34 +00:00
parent b55e75d169
commit 142adfd396
6 changed files with 72 additions and 42 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-03-24 - 2.13.12 - fix(mod_format)
render format templates through smartscaf before comparing generated files
- adds smartscaf-based in-memory template rendering so supplied variables are applied before detecting changes
- supports release.accessLevel as a fallback when selecting public vs private CI templates
- matches rendered output by template or destination path to handle renamed files from template frontmatter
## 2026-03-24 - 2.13.10 - fix(config)
migrate configuration handling from npmextra to smartconfig