Skip to content

v9.0.0 Add support for handlebars templating engine

Compare
Choose a tag to compare
@sorenlouv sorenlouv released this 24 Aug 20:48
· 54 commits to main since this release

Breaking changes:

  • Add support for handlebars templating engine #468

The changes to the templating engine requires changes to the options prTitle and prDescription if used. Previously these used single braces like {targetBranch}. This now needs to be double braces {{targetBranch}}. Please see the docs for more info.