Skip to content

Templating for captured values

Compare
Choose a tag to compare
@javierbrea javierbrea released this 06 Dec 11:34
· 173 commits to master since this release
c9ab84d

Added

  • feat(#243): Support templates in rules main matchers. ${from.X} and ${target.X} templates are replaced by corresponding captured values
  • feat: Add aliases from (file) and target (dependency) to custom messages templates

Changed

  • chore(deps): Update dependencies

Fixed

  • fix(#260): Avoid wrong caches in external dependencies. Use the dependency source as cache key in that case.
  • chore: Fix check-package-version action