Remove --force from git add options in dist.

This has caused me to put _build into a release at least twice.
/cc @diml
This commit is contained in:
Peter Zotov 2014-10-22 18:47:05 +04:00
parent 3fe804e340
commit 93ce7dbee6
1 changed files with 1 additions and 1 deletions

2
dist
View File

@ -29,7 +29,7 @@ mv Makefile.new Makefile
rm -f dist rm -f dist
# Commit # Commit
git add --all --force git add --all
git commit -m "prepare release" git commit -m "prepare release"
git tag $VERSION git tag $VERSION