Improve docs of release scripts

This commit is contained in:
Marcel Schramm 2020-10-25 10:28:47 +01:00
parent a69272ec76
commit 5b7cd99899
No known key found for this signature in database
GPG Key ID: 05971054C70EEDC7
1 changed files with 6 additions and 2 deletions

View File

@ -4,13 +4,17 @@
# This tiny script helps me not to mess up the procedure of releasing a new
# version of cordless.
#
# Dependencies:
# Build dependencies:
# * sha256sum
# * envsubst
# * git
# * date
# * go
# * xclip
#
# While this script runs on Linux, it creates binaries for Linux, Windows and
# MacOS. On top of that, new manifests for brew and scoop are created.
# The binaries get pushed into a new GitHub release, using the previous commits
# as the tag message. The scoop and brew manifests have to be uplaod manually.
#
#