From 8956a37e9dbfe31c9e1306653898d46f68adec8c Mon Sep 17 00:00:00 2001 From: RoboMWM Date: Sun, 24 Jan 2021 12:00:13 -0800 Subject: [PATCH] use git describe variable for version I wish there was an inverse of describe-short, i.e. only includes the count + commit hash --- src/main/resources/plugin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index e32817e..8178b0e 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -3,7 +3,7 @@ main: me.ryanhamshire.GriefPrevention.GriefPrevention softdepend: [Vault, Multiverse-Core, My_Worlds, MystCraft, Transporter, TheUnderground, WorldGuard, WorldEdit, RoyalCommands, MultiWorld, Denizen] dev-url: https://dev.bukkit.org/projects/grief-prevention loadbefore: [TheUnderground] -version: '${project.version}-${git.commit.id.abbrev}' +version: '${git.commit.id.describe}' api-version: '1.16' commands: abandonclaim: