Skip to content

Commit cfc48c5

Browse files
This commit marks release 3.0.0
1 parent 4ccb87e commit cfc48c5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44

55
allprojects {
66
group = "net.pistonmaster"
7-
version = "3.0.0-SNAPSHOT"
7+
version = "3.0.0"
88
description = "Best queue plugin out there!"
99
}
1010

changelog.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
3+
git pull origin --tags
4+
git log --pretty=format:"%h %s" --no-merges $(git describe --tags --abbrev=0)..HEAD

0 commit comments

Comments
 (0)