Limit v0.0.2 release to Linux and Windows
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
version=$(sed -n 's/^version = "\\([^"]*\\)"/\\1/p' Cargo.toml | head -n 1)
|
||||
version=$(awk -F '"' '$1 ~ /^version = / { print $2; exit }' Cargo.toml)
|
||||
tag="v${version}"
|
||||
dist=dist
|
||||
checksums="$dist/SHA256SUMS.txt"
|
||||
@@ -13,8 +13,8 @@ trap 'rm -f "$notes"' EXIT
|
||||
cat > "$notes" <<EOF
|
||||
## Pre-release
|
||||
|
||||
First multi-platform pre-release of Mudmouth. It includes first-run EverQuest
|
||||
log discovery, setup, and the refreshed development documentation.
|
||||
First Linux and Windows pre-release of Mudmouth. It includes first-run
|
||||
EverQuest log discovery, setup, and refreshed development documentation.
|
||||
|
||||
## SHA-256
|
||||
|
||||
|
||||
Reference in New Issue
Block a user