Skip to content

Commit c0e6756

Browse files
authored
Merge pull request #151 from OneLiteFeatherNET/release/server-0.5.0
Release/server 0.5.0
2 parents 90b40b2 + d8cfbc1 commit c0e6756

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "feedback-fusion"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
edition = "2021"
55
license = "MIT"
66

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)