projects
/
lemmy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d49565e
)
Fixing release script. (#2170)
author
Dessalines
<dessalines@users.noreply.github.com>
Tue, 29 Mar 2022 15:23:39 +0000
(15:23 +0000)
committer
GitHub
<noreply@github.com>
Tue, 29 Mar 2022 15:23:39 +0000
(15:23 +0000)
scripts/release.sh
patch
|
blob
|
history
diff --git
a/scripts/release.sh
b/scripts/release.sh
index bbb3bccf8c7b8fd6a58fef587f3d02e40d9692b9..fc67eed54f14680bc4d4a0722bb6e1cd9f276748 100755
(executable)
--- a/
scripts/release.sh
+++ b/
scripts/release.sh
@@
-1,6
+1,8
@@
#!/bin/sh
#git checkout main
+pushd ../docker/prod/
+
# Creating the new tag
new_tag="$1"
third_semver=$(echo $new_tag | cut -d "." -f 3)