-
Notifications
You must be signed in to change notification settings - Fork 95
Open
Description
It would be nice to be able to use a template located by a URL.
For example, when we need to use the same template in multiple projects. And it would help to easily maintain changes to the template without copying it to all projects after every change.
In my case, I use git-changelog-lib with the maven plugin. And i want to use something like that:
...
<configuration>
<templateFile>https://raw.githubusercontent.com/tomasbjerre/git-changelog-lib/master/src/main/resources/changelog.mustache</templateFile>
</configuration>
...Metadata
Metadata
Assignees
Labels
No labels