From 2657fbd9d33b4351202bceb43a8f6eceb4bdca97 Mon Sep 17 00:00:00 2001 From: "Daniel A. A. Pelsmaeker" Date: Sun, 28 Jul 2024 22:56:52 +0200 Subject: [PATCH] Add repo metadata --- repo.yaml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 repo.yaml diff --git a/repo.yaml b/repo.yaml new file mode 100644 index 0000000..a2dfce2 --- /dev/null +++ b/repo.yaml @@ -0,0 +1,34 @@ +--- +repoOwner: "metaborg" +repoName: "gitonium" +mainBranch: "master" + +title: "Gitonium" +description: | + Gitonium is a Gradle plugin for automatic versioning based on the current Git branch and/or tag. +inceptionYear: "2018" + +plugins: + - id: "org.metaborg.gitonium" + description: "Gitonium plugin" + +developers: + - id: "Gohla" + name: "Gabriel Konat" + - id: "Virtlink" + name: "Daniel A. A. Pelsmaeker" + +files: + githubWorkflows: + publishRelease: true + publishSnapshot: true + buildDocs: true + publishTask: ":plugin:publish" + printVersionTask: ":plugin:printVersion" + gradleRootProject: + createPublishTasks: true + rootProjectName: "esv-project" + includedBuilds: + - path: "plugin/" + - path: "example/" +