This website works better with JavaScript.
Home
Help
Sign In
ben
/
mwparserfromhell
mirror of
https://github.com/earwig/mwparserfromhell
Watch
1
Star
1
Fork
0
Code
Releases
24
Activity
Browse Source
Make release script safer.
tags/v0.5.1
Ben Kurtovic
6 years ago
parent
1a4e2fc019
commit
d0da416e3e
1 changed files
with
2 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
scripts/release.sh
+ 2
- 0
scripts/release.sh
View File
@@ -1,5 +1,7 @@
#! /usr/bin/env bash
#! /usr/bin/env bash
set -euo pipefail
if [[ -z "$1" ]]; then
if [[ -z "$1" ]]; then
echo "usage: $0 1.2.3"
echo "usage: $0 1.2.3"
exit 1
exit 1
Write
Preview
Loading…
Cancel
Save