diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2019-08-28 17:20:13 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2019-08-28 17:20:13 -0300 |
commit | 52b84bb504277fe571a260c2eb1bb157ed28a105 (patch) | |
tree | 3b561af6a3f4e1089c5703496501dccad477a0cf | |
parent | 38e890d4159a9c2e0ffa804bc45453225e7d4906 (diff) | |
download | luarocks-52b84bb504277fe571a260c2eb1bb157ed28a105.tar.gz luarocks-52b84bb504277fe571a260c2eb1bb157ed28a105.tar.bz2 luarocks-52b84bb504277fe571a260c2eb1bb157ed28a105.zip |
publishrelease: upload rock as part of release process
-rwxr-xr-x | publishrelease | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/publishrelease b/publishrelease index 28214aa0..2e635bea 100755 --- a/publishrelease +++ b/publishrelease | |||
@@ -67,6 +67,12 @@ function confirm() { | |||
67 | } | 67 | } |
68 | 68 | ||
69 | ####################################### | 69 | ####################################### |
70 | # luarocks.org | ||
71 | ####################################### | ||
72 | |||
73 | luarocks upload luarocks-$v-1.rockspec | ||
74 | |||
75 | ####################################### | ||
70 | # gh-pages | 76 | # gh-pages |
71 | ####################################### | 77 | ####################################### |
72 | 78 | ||