We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4759c3b commit d44f881Copy full SHA for d44f881
bootstrap.sh
@@ -11,9 +11,9 @@ for dir in $(find unicode-* -maxdepth 0 -type d | sort -r); do
11
cd "${dir}";
12
echo "Taking care of ${dir}…";
13
git add -A;
14
- git commit -m 'Release v1.6.2';
15
- git tag v1.6.2;
+ git commit -m 'Rebuild using faster build process';
+ #git tag v1.6.2;
16
git push;
17
- git push --tags;
+ #git push --tags;
18
cd ..;
19
done;
0 commit comments