Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
add license to releases
Browse files Browse the repository at this point in the history
also make it lowercase
  • Loading branch information
jorinvo committed Dec 13, 2016
1 parent 1bb2d0c commit 7ab4a09
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ Run `./release.sh <version>` and upload the binaries on Github.

## License

[MIT](./LICENSE)
[MIT](./license)
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ build () {
echo "Building ${BUILD}"
GOOS=${OS} GOARCH=${ARCH} go build -v -o="${NAME}" -ldflags="-s -w" ..
echo "Creating zip file ${ZIP}"
zip ${ZIP} ${NAME} ../readme.md
zip ${ZIP} ${NAME} ../readme.md ../license
rm ${NAME}
}

Expand Down

0 comments on commit 7ab4a09

Please sign in to comment.