probot / template

Template for new Probot apps
https://probot.github.io/docs/development/#generating-a-new-app
ISC License
51 stars 166 forks source link

Fix fields in license template #27

Closed mlinksva closed 7 years ago

mlinksva commented 7 years ago

[year] (not a handlebars field) -> {{{ year }}}

{{ author }} (handlebars field that gets escaped) -> {{{ author }}}

Works with https://github.com/probot/create-probot-app/pull/14 to support year field, avoids output like https://github.com/clarkbw/probot-in-progress/commit/c9f60b9d486a94f95cbd38bf0b28889596c7fbaa#diff-9879d6db96fd29134fc802214163b95aR3

Copyright (c) [year], Bryan Clark <clarkbw@github.com>
bkeepers commented 7 years ago

Thanks for fixing this!