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
My idea is related to #89, but instead of adding the specific replace helper, I think an extra option called --handlebars-setup would be great. Example: auto-changelog --handlebars-setup my-setup.js and then on my-setup.js file:
module.exports=function(Handlebars){// Here I can call whatever Handlebars function I wish, for example I can define a custom helperHandlebars.registerHelper('custom',function(object){// ...});}
The text was updated successfully, but these errors were encountered:
My idea is related to #89, but instead of adding the specific
replace
helper, I think an extra option called--handlebars-setup
would be great. Example:auto-changelog --handlebars-setup my-setup.js
and then onmy-setup.js
file:The text was updated successfully, but these errors were encountered: