Gaël Jourdan-Weil
Gaël Jourdan-Weil
@mkurz How would you detect if the `x.y.z` version should be last tag with bugfix incremented by 1 or minor incremented by 1? For example, if last tag is `2.8.13`,...
Oh you mean it's "static" and when `main` will be for version 2.10.x we'll manually update the _build.sbt_? And for branch `2.8.x`, should the `2.8.14` be "static" as well and...
> That can be hardcoded and as soon as we fork the 2.9.x branch from the main branch, we will just change the logic on the 2.9.x branch. @mkurz Okay,...
Pushed a quick draft that works for the `main` branch: ``` [info] version [info] 2.9.0-ae909637-SNAPSHOT ``` Tested by making a local tag `2.9.x` and running again: - if no change...
No worries @mkurz , feel free to merge/rebase/squash as you want. I have to admit I didn't fully understand all dynver details. Should we do similar change on 2.8.x branch...
Not related but the MR template refers to "Have you signed the Lightbend CLA?", Does it still apply? 🤔
Thanks for the quick answer @afs Could be nice to move the CHANGELOG in the code itself so that it's not necessary to be registered on the mailing list to...
Not sure but looks like Dependabot looks for GitHub releases. And here comes the "each tool uses its own changelog" mess :(
Hi, first I want to say really good work on this plugin :+1: I was wondering how to integrate emojis in the commit message depending on the type. Until now...
> So the emoji associated with the commit type is part of the short description? Yes > What can be done is: > * propose emojis in completion, so that...