Tatsuhiko Miyagawa's Blog

Milla v1.0.4 adds LICENSE to the repo

August 27, 2013

Milla v1.0.4 now adds auto-generated LICENSE file back in the repository.

If you were a user of older version of Milla, and try to make a release after the upgrade to the new version, you’ll see errors like this:

[@Milla/Git::Check] branch master has some untracked files:
[@Milla/Git::Check] LICENSEYou can simply add the LICENSE file:

git add LICENSE
git commit -m ‘add LICENSE’ LICENSEand then run milla release again. The LICENSE file will now appear on your git repository (i.e. github), and i believe it’s a good thing to do, and compatible to what Minilla does.