mozilla / releasewarrior

Similar to the definition of a Census, this tool systematically acuires and records information about the releases of a given product
9 stars 16 forks source link

Delete files in FUTURE/ when release is created #131

Closed JohanLorenzo closed 7 years ago

JohanLorenzo commented 7 years ago

Fixes #130.

GitPython made the fix fairly trivial: http://gitpython.readthedocs.io/en/stable/reference.html#git.index.base.IndexFile.remove. I didn't expect it to be that simple. I tested the fix manually (there's no automated tests in this project).