Skip to content

Commit bf05703

Browse files
committed
create-release.sh: Add LICENSE to release package
Forgotten in a64891c (Initial commit, 2018-04-29).
1 parent e443fa0 commit bf05703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

create-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44

55
newVersion=1.1
66

7-
filesToWatch="procedures README.md"
7+
filesToWatch="procedures README.md LICENSE"
88

99
if [ ! -z "$(git status -s --untracked-files=no $filesToWatch)" ]; then
1010
echo "Aborting, please commit the changes first"

0 commit comments

Comments
 (0)