Skip to content

Commit d44f881

Browse files
committed
Rebuild using faster build process
1 parent 4759c3b commit d44f881

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bootstrap.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ for dir in $(find unicode-* -maxdepth 0 -type d | sort -r); do
1111
cd "${dir}";
1212
echo "Taking care of ${dir}";
1313
git add -A;
14-
git commit -m 'Release v1.6.2';
15-
git tag v1.6.2;
14+
git commit -m 'Rebuild using faster build process';
15+
#git tag v1.6.2;
1616
git push;
17-
git push --tags;
17+
#git push --tags;
1818
cd ..;
1919
done;

0 commit comments

Comments
 (0)