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 dzil has nothing to do with git, right?

@davehodg @Perl I guess not, but it's using a Git plug-in to update some files and automatise the release. https://metacpan.org/pod/Dist::Zilla::Plugin::Git

Last year I did a release as well and had no issues. But in the meantime brew on my Mac updated to Perl 5.36 so had to reinstall all dependencies.

Dist::Zilla::Plugin::Git - Update your git repository after release - metacpan.org

Update your git repository after release