Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 27 Jun 14:19
· 2 commits to refs/heads/main since this release
c81bf10

What's Changed

💥 Breaking changes

  • feat!: replace mustache with nunjucks variable rendering (#41)

Note

Nunjucks still supports the same {{ variable }} replacement style. The breaking changes are for the way templates have to be structured for more complex features, like conditionals, loops or filters. See Nunjucks templating guide to know how to migrate your templates to use with skills/action-text-variables@v3

🚀 Features and Improvements

  • feat!: replace mustache with nunjucks variable rendering (#41)

🧰 Maintenance

  • chore: add breaking section to release drafter (#42)