Skip to content

Commit

Permalink
Add repo metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed Jul 28, 2024
1 parent 87ce0cd commit 2657fbd
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions repo.yaml
Original file line number Diff line number Diff line change
@@ -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/"

0 comments on commit 2657fbd

Please sign in to comment.