From bc9577385c75f9a2fe5e67e228496120782cce9b Mon Sep 17 00:00:00 2001 From: Jorge Bornhausen Date: Thu, 19 Dec 2024 17:30:15 +0100 Subject: [PATCH] ci(github-actions): add project.yaml --- .github/project.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .github/project.yaml diff --git a/.github/project.yaml b/.github/project.yaml new file mode 100644 index 0000000..e77ac84 --- /dev/null +++ b/.github/project.yaml @@ -0,0 +1,4 @@ +name: Quarkus Commons +release: + current-version: "1.0.7" + next-version: "1.0.8-SNAPSHOT"