Skip to content

Commit d86d966

Browse files
author
rubyist
committed
Add a little bit of docs to script/release
1 parent 54d6f1d commit d86d966

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

script/release

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
#!/bin/sh
2+
#
3+
# This script will generate a release on github/lfs-test-server.
4+
# Ensure that you've bumped version in main.go, then run the script.
5+
# The script does the following
6+
# * Ensure the build succeeds (and pulls the version from the build)
7+
# * Ensure the tests pass
8+
# * Cross compiles for supported platforms
9+
# * Creates the release on github/lfs-test-server
10+
# * Uploads binary assets to the release.
11+
212

313
go build -o lfs-test-server
414
rc=$?; if [[ $rc != 0 ]]; then echo "Build failed."; exit $rc; fi

0 commit comments

Comments
 (0)