This website works better with JavaScript.
首頁
說明
登入
ben
/
mwparserfromhell
镜像来自
https://github.com/earwig/mwparserfromhell
關註
1
收藏
1
複製
0
程式碼
版本發佈
24
Activity
瀏覽代碼
Make release script safer.
tags/v0.5.1
Ben Kurtovic
6 年之前
父節點
1a4e2fc019
當前提交
d0da416e3e
共有
1 個文件被更改
,包括
2 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
scripts/release.sh
+ 2
- 0
scripts/release.sh
查看文件
@@ -1,5 +1,7 @@
#! /usr/bin/env bash
set -euo pipefail
if [[ -z "$1" ]]; then
echo "usage: $0 1.2.3"
exit 1
Write
Preview
Loading…
取消
儲存