Skip to content

Commit 55ec043

Browse files
committed
fix: release
1 parent 90b40b2 commit 55ec043

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

justfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ DOCKER_NETWORK := "feedback-fusion"
22
LOCAL_DOCKER_IMAGE := "feedback-fusion"
33
LOCAL_PLATFORM := "linux/" + replace(replace(arch(), "x86_64", "amd64"), "aarch64", "arm64")
44
DEFAULT_TEST := "postgres"
5-
TIMESTAMP := `date +%s`
65

76
test-all:
87
just test postgres
@@ -182,12 +181,12 @@ helm:
182181
prepare-release:
183182
git checkout main
184183
git pull
185-
git checkout -b release/{{TIMESTAMP}}
186184

187185
post-prepare-release TAG:
186+
git checkout -b release/{{TAG}}
188187
git add -A
189-
git commit -m "chore: release {{TAG}}"
190-
git push origin -u release/{{TAG}}
188+
-git commit -m "chore: release {{TAG}}"
189+
git push origin -u HEAD
191190

192191
release-server LEVEL:
193192
just prepare-release

0 commit comments

Comments
 (0)