aboutsummaryrefslogtreecommitdiff
path: root/publishrelease
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2024-03-13 16:18:16 -0300
committerHisham Muhammad <hisham@gobolinux.org>2024-03-13 19:21:47 +0000
commit9751d99b7593b8d497fb0e096fa77bb5a08b7b30 (patch)
tree6d26facb31b0b6cbb598603fc7b12ee4a0e8ac98 /publishrelease
parent84b55ad2186d3243bc6d1f7c449268d03ee02d4c (diff)
downloadluarocks-9751d99b7593b8d497fb0e096fa77bb5a08b7b30.tar.gz
luarocks-9751d99b7593b8d497fb0e096fa77bb5a08b7b30.tar.bz2
luarocks-9751d99b7593b8d497fb0e096fa77bb5a08b7b30.zip
makedist: make lua54dir an explicit requirement
Diffstat (limited to '')
-rwxr-xr-xpublishrelease4
1 files changed, 2 insertions, 2 deletions
diff --git a/publishrelease b/publishrelease
index 37145092..f11218ec 100755
--- a/publishrelease
+++ b/publishrelease
@@ -5,7 +5,7 @@
5 echo "example...: $0 3.1.1" 5 echo "example...: $0 3.1.1"
6 echo 6 echo
7 echo "Before running this, make sure the packages were built:" 7 echo "Before running this, make sure the packages were built:"
8 echo " makedist 3.1.1 binary sign" 8 echo " makedist 3.1.1 /opt/lua54/ binary sign"
9 echo "And the tag was merged:" 9 echo "And the tag was merged:"
10 echo " mergerelease 3.1.1" 10 echo " mergerelease 3.1.1"
11 echo 11 echo
@@ -55,7 +55,7 @@ function confirm() {
55 echo "****************************************" 55 echo "****************************************"
56 git status 56 git status
57 echo "****************************************" 57 echo "****************************************"
58 58
59 echo "Everything looks all right? (y/n)" 59 echo "Everything looks all right? (y/n)"
60 echo "(Answering y will commit and push)" 60 echo "(Answering y will commit and push)"
61 read 61 read