Dear #perl @Perl folks that use Dist::Zilla. I'm trying to release a new version of Validation::Class but I'm stuck with dzil release. All tests pass, files are modified but for some reason the modifications aren't committed to Git?

To clarify, my Git index is clean before running the release command.

I've got no clue on how to proceed here as I barely know how Dist::Zilla works.

https://github.com/Htbaa/Validation-Class

#dzil

GitHub - Htbaa/Validation-Class

Contribute to Htbaa/Validation-Class development by creating an account on GitHub.

GitHub
@Htbaa @Perl do a dzil test before the release and then commit the Makefile.PL README etc. Before the dzil release
@timlegge @Perl I indeed had to manually commit the changes before letting the Git plug-in continue.
@Htbaa @Perl I end up doing "dzil test" and commiting the changes to the repo soon after I make a release so I don't have to think about it next time