Skip to content

Commit bc4cb27

Browse files
committed
Build: Ask user to verify AUTHORS.txt is up to date before doing a release.
1 parent 647a9ea commit bc4cb27

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

build/release/prepare-release

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@ git_branch="1-8-stable"
99
trac_url="http://bugs.jqueryui.com"
1010

1111

12+
#
13+
# Verify repo state
14+
#
15+
16+
echo "Is AUTHORS.txt up to date?"
17+
echo "Press enter to continue, or ctrl+c to cancel."
18+
read
19+
20+
1221

1322
#
1423
# Setup environment

0 commit comments

Comments
 (0)