You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to have a way to import automatically the built-in helpers from the dependency handlebars.java in order to reuse them in the templates to render the changelog text.
Currently, if we try to use one of the helpers available in handlebars.java we get an exception. For instance, for a template similar to this:
I've been diving into the git-changelog-lib code for some time but I'm not very familiar with it, so I can't really estimate how much effort it would take to do the functionality. But let me know if I can help at all.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
It would be great to have a way to import automatically the built-in helpers from the dependency handlebars.java in order to reuse them in the templates to render the changelog text.
Currently, if we try to use one of the helpers available in handlebars.java we get an exception. For instance, for a template similar to this:
git-changelog-command-line
throws the following error:Notice that
capitalizeFirst
comes fromStringHelpers.java
.I've been diving into the
git-changelog-lib
code for some time but I'm not very familiar with it, so I can't really estimate how much effort it would take to do the functionality. But let me know if I can help at all.Thanks in advance.
The text was updated successfully, but these errors were encountered: