Skip to content

Commit

Permalink
docs: nashorn
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Feb 25, 2024
1 parent b43b24a commit 4d6e35e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ gitChangelogApi

## Helpers

Some [helpers](/src/main/java/se/bjurr/gitchangelog/api/helpers) are implemented in this library. And users can also add more helpers as described in [Handlebars](https://github.com/jknack/handlebars.java).
Some [helpers](/src/main/java/se/bjurr/gitchangelog/api/helpers) are implemented in this library. And users can also add more helpers as described in [Handlebars](https://github.com/jknack/handlebars.java). If you add your own helpers, using Javascript, you will need to add a scriptengine like [Nashorn](https://central.sonatype.com/artifact/org.openjdk.nashorn/nashorn-core/overview) to your classpath.

### `ifReleaseTag <Tag>`

Expand Down

0 comments on commit 4d6e35e

Please sign in to comment.