1
0
Fork 0

Include hint about getting release ID

This script should really be written in something like Python, which
would make getting the release ID automatic.
master
Philip O'Toole 9 years ago
parent 9a3eaf4503
commit 5b098b1327

@ -1,6 +1,11 @@
#!/bin/bash #!/bin/bash
# #
# Simple script for creating releases. # Simple script for creating releases.
#
# To determine the release ID, execute this command:
#
# curl https://api.github.com/repos/otoolep/rqlite/releases
#
if [ $# -lt 1 ]; then if [ $# -lt 1 ]; then
echo "$0 <version> [api_token release_id]" echo "$0 <version> [api_token release_id]"

Loading…
Cancel
Save