exasol / release-droid

Release Droid automates release process steps on widely used platforms like GitHub and Maven. "Release Droid is exactly the droid you're looking for" (Obi Wan)
MIT License
4 stars 1 forks source link

Display link to Github Repo Draft release on console #242

Closed ckunki closed 2 years ago

ckunki commented 2 years ago

Rationale: Enable users to quickly navigate there and turn the draft into a final Credits to @redcatbear

ckunki commented 2 years ago

The last release I did generated the following output:

2022-08-02 17:22:52.451 [INFO   ] A GitHub release was created at: https://github.com/exasol/bucketfs-document-files-virtual-schema/releases/tag/0.5.2
2022-08-02 17:22:52.674 [INFO   ] Release on platform GITHUB is finished!
2022-08-02 17:22:52.676 [INFO   ] Validation started.
2022-08-02 17:22:52.912 [INFO   ] Releasing on JIRA platform.
2022-08-02 17:22:56.810 [INFO   ] A Jira ticket was created at: https://www.exasol.com/support/browse/EXACOMM-671
2022-08-02 17:22:57.065 [INFO   ] Release on platform JIRA is finished!
2022-08-02 17:22:57.066 [INFO   ] Removing all artifacts from 'exasol/bucketfs-document-files-virtual-schema' repository.
2022-08-02 17:22:57.831 [INFO   ] Validation was performed without any problems!
2022-08-02 17:22:57.832 [INFO   ] Release was performed without any problems!

@redcatbear: Could you please check, if this meets your requirement?

ckunki commented 2 years ago

Is not suitable as a showcase, since the shown release bucketfs-document-files-virtual-schema/releases/tag/0.5.2 has already been converted from draft to final.

ckunki commented 2 years ago

The current ticket is not a big one. But still we'd like to create a separate pull request instead of just doing it together with the other tickets in #243.

ckunki commented 2 years ago

progress-display-2