Skip to content

Commit 5ec9238

Browse files
Alex Dyukovalexdyukov
authored andcommitted
Fix: release v1
1 parent d5a4dd1 commit 5ec9238

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/tag_release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Its looks like semver, but its not, because we cannot release patch on prev major.minor release
2-
MAJOR_VERSION=0
3-
MAJOR_LAST_COMMIT_HASH="4b825dc642cb6eb9a060e54bf8d69288fbee4904"
2+
MAJOR_VERSION=1
3+
MAJOR_LAST_COMMIT_HASH="d5a4dd1d9777df4dd771c6c646939455ab7f5976"
44

55
MINOR_LAST_COMMIT_HASH=$(git rev-list --invert-grep -i --grep='fix' ${MAJOR_LAST_COMMIT_HASH}..HEAD --no-merges -n 1)
66
MINOR_VERSION=$(git rev-list --invert-grep -i --grep='fix' ${MAJOR_LAST_COMMIT_HASH}..HEAD --no-merges --count)

0 commit comments

Comments
 (0)