mattbrictson / chandler

[unmaintained] chandler syncs your CHANGELOG entries to GitHub's release notes
MIT License
152 stars 15 forks source link

Tag-Prefix does not work as expected #35

Closed PatrikSteuer closed 7 years ago

PatrikSteuer commented 7 years ago

I have a changelog with following content:

## [1.0](https://github.wdf.sap.corp/iot/nGrinderTools/tree/ms/1.0) (2017-04-05)
## [ms/1.0](https://github.wdf.sap.corp/iot/nGrinderTools/tree/ms/1.0) (2017-04-05)

Furthermore I have following tag:

I would expect that at least one of these changelog entries would be pushed to the release notes. Nevertheless I get following message:


chandler push --tag-prefix ms/ --dry-run
Skip ms/ (no ms/ entry in CHANGELOG.md)```
mattbrictson commented 7 years ago

Can you try:

chandler push --tag-prefix=ms/ --dry-run
PatrikSteuer commented 7 years ago

... thanks, it seems as I was just to stupid to read the documentation ... great tool btw!