Skip to content
This repository was archived by the owner on Sep 23, 2024. It is now read-only.

Commit d5afdcc

Browse files
author
DaRacci
committed
fix: Maybe fix tagging?
1 parent cf580f6 commit d5afdcc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# suppress inspection "UnusedProperty" for whole file
22
group=dev.racci
3-
version=4.3.3
3+
version=4.3.4-SNAPSHOT
44
addRunNumber=false
55
kotlinVersion=1.7.20
66
minixVersion=0.7.373

scripts/post-bump.sh

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ if [ -f temp ]; then
1313
rm temp
1414
fi
1515

16+
git tag v"${2}"
1617
git resign
1718
git push origin v"${2}" || exit 1 # Push the new version tag for the release
1819

0 commit comments

Comments
 (0)