Hans-Helge Buerger

Results 35 issues of Hans-Helge Buerger

The sample changelog on [keepachangelog.com](https://keepachangelog.com/en/1.0.0/) addes links for each version, which show the difference between two versions. GitHub and GitLab have a fix URI structure for that. * GitHub: https://github.com/churchtools/changelogger/compare/v0.1.0...v0.2.0...

feature

Add `init` Command to create a decent `.changelogger.json` config file and a `CHANGELOG.md` file if none exists yet.

feature
command

If an author is mentioned to give props and the context is known (GitHub, GitLab), the link to his/her profile should set.

feature

It should be possible to add localization files for different languages. The changelog will use translated strings. See #4

feature

Is there a way to find out which variable/placeholder was substituted or a default value has been used? We need to calculate, which placeholder was actually used. In our example,...