Bengt Brodersen

Results 233 comments of Bengt Brodersen

It would be very helpful if you can upload any project example to reproduce this problem

awesome thanks for the feedback

> I'm continue my investigation ... :) thanks a lot

@olibraga why you need to use `${revision}` together with this extension?

unfortunately that case is not supported. However you could disable versioning by setting environment variable `VERSIONING_DISABLE=true` or `mvn … -Dversioning.disable` see https://github.com/qoomon/maven-git-versioning-extension?tab=readme-ov-file#parameters--environment-variables

Out of curiosity what would be your expected behaviour of this extension? Disable the extension automatically if revision property is set?

Hi @McFoggy, your idea sounds interesting. But first thing first :-) what does RFE stands for?

I think the easiest solution would be to set the same headline for the types and group by headlines, this way you get an syntax error in yaml if you...

Or I could add a new `sections` field e.g. ```yaml sections: Features: [feat] Enhancements: [fix, style] Performance Improvements: [perf] CI/CD: [ci, build, ops] Misc: [chore, docs] BREAKING CHANGES: [breakingChange] ```

The new approach could also replace the `commitTypes`list before ```yaml changelog: commitTypes: - feat - fix - perf - merge headlines: feat: Features fix: Bug Fixes perf: Performance Improvements merge:...