use git describe variable for version
I wish there was an inverse of describe-short, i.e. only includes the count + commit hash
This commit is contained in:
parent
4e09977414
commit
8956a37e9d
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user