-
Notifications
You must be signed in to change notification settings - Fork 211
allow novoda's plugin to auto gpg signing on bintray #301
Comments
would it be possible to have an update here? at least if you all aim to have it as a feature, thanks. |
sorry @marandaneto I must have missed your PR, but I just took a look. |
PR merged, new snapshot with this change is released: https://bintray.com/novoda-oss/snapshots/bintray-release/develop-38 |
I'm preparing the release for |
The PR is ready to go, I am waiting for an admin to take care of it (I am not part of the Novoda GitHub org anymore, sorry). That should be enough to release |
@mr-archano sounds awesome, thanks a lot, looking forward to using it :) |
@marandaneto you could start using the snapshot if you like https://github.com/novoda/bintray-release/blob/master/README.md#snapshots |
Released as part of |
@mr-archano you may have forgotten to create the GitHub release btw. Thanks again. |
Thanks for the reminder @marandaneto. Release created: https://github.com/novoda/bintray-release/releases/tag/0.9.2 |
bintray's plugin already enable us to do that, but novoda's plugin not yet, we basically can achieve that adding a single attribute called
sign
, I've have set the default asfalse
, so no side-effects nor breaking changes.sign
beingtrue
will tell bintray to sign artifacts using your custom gpg keypair if you have set one or bintray's keypair if you have chosen to use theirs, this is an opt-in feature.I've made a PR for that, but it's only to show how simply would be, no tests yet (by tests I mean unit-tests).
https://github.com/novoda/bintray-release/pull/300/files
I already have tested it and it works with this single change.
The text was updated successfully, but these errors were encountered: