quarkus-github-bot icon indicating copy to clipboard operation
quarkus-github-bot copied to clipboard

Quarkiverse release feature

Open jtama opened this issue 3 years ago • 3 comments

Hi, I have a project that automates releasing branch for quarkiverse extensions (https://github.com/jtama/quarkiverse-bot).

The process is always the same : . Create a branch . Amend project.yaml file . Create merge request

Would you think it could be added to the quarkus bot ?

jtama avatar Feb 08 '22 08:02 jtama

Hey @jtama ,

How do you trigger the release?

gsmet avatar Feb 09 '22 16:02 gsmet

The bot automatically creates a new branch with amended project yaml (either removing the -SNAPSHOT from source branch, or using comment value) and the corresponding MR. The only action left is to accept the MR.

https://github.com/jtama/quarkiverse-bot/blob/main/src/main/java/fr/kosmik/PullRequestClosed.java

jtama avatar Feb 09 '22 16:02 jtama

Would you like a PR for this ?

jtama avatar Mar 22 '22 13:03 jtama