Tadas Giniotis

Results 4 comments of Tadas Giniotis

Right, so some means of exchanging an authorization provider on an existing client-using-object (specifically `GHApp`) would be needed to achieve this. I.e.: one authorization is needed to get a `GHApp`...

I have patched release-it's code on my build environment to exclude commits with certain messages/prefixes with: ```bash sed -i 's@git rev-list@git rev-list --grep="^PREFIX_I_DO_NOT_WANT" --invert-grep@g' /usr/local/lib/node_modules/release-it/lib/plugin/git/Git.js ``` Would be nice to...

It is not a plugin, but a "dirty" hack. I wrote the `sed` command that patches the `Git.js` file. `^PREFIX_I_DO_NOT_WANT` is the regex that excludes messages that start with `PREFIX_I_DO_NOT_WANT`....

Also happens here. And reverting to plugin version "3.17.4" fixes the issue. **Versions** * Jenkins Artifactory plugin version: 3.18.0 * Jenkins version: 2.375.3 * Artifactory Version: Enterprise Plus 7.41.7 rev...