Guillaume TOURBIER
Guillaume TOURBIER
I would love to make a PR but I did not even know Reason langage untill now :D
Hello, I'm also very interested with this feature for java. I tried it on your repo with `npx @dwmkerr/standard-version --prerelease rc --packageFiles pom.xml --bumpFiles pom.xml ` It work with `1.1.0`...
@dwmkerr I try again just now command : `npx @dwmkerr/standard-version@latest --prerelease rc --packageFiles pom.xml --bumpFiles pom.xml` Same result if `2.0.0` It works, bump to 2.1.0-rc.0 But if `2.0.0-rc.0` Same message...
Does this PR is still alive ? I found why the `npx @dwmkerr/standard-version@latest` did not work, the `@lastest` is not the master so the code not the same as here...
> @dwmkerr @UnleashSpirit The command `mvn versions:set -DnewVersion={{version}}` would also update its child modules. But it brings maven cli dependency which we want to avoid ...
Hi, that could be a good idea As you printed out, `Versions are expected to follow Semantic Versioning` so yes `2.0.0-alpha` as it's semver **But I would LOVE that this...
Hello, I would like this feature too ! :) 'Till now I manually edit the `workspace/GlobalConfiguration/.dbeaver/data-sources.json` And remove (or set to false) the `"show-system-objects": true`
Damn I thought it was available by default as all last Rpi have built-in bluetooth and I fall into this issue :'( Any information about this huge enhancement feature :)...
Hi, Yeah I saw that from phone to volumio exists but only in the paid versions. My wish is the other way, from volumio to bluetooth equipment :)
Hi, I guess still no breakthrough ? I tried to mix customMatcher and classic one but I'm not able to make it work with ```java @AutoConfigureWireMock(port = Options.DYNAMIC_PORT) ``` I...