jimporter / mike

Manage multiple versions of your MkDocs-powered documentation via Git
BSD 3-Clause "New" or "Revised" License
528 stars 47 forks source link

Release an official version that supports GIT_COMMITTER_NAME/GIT_COMMITTER_EMAIL #125

Closed d3xter666 closed 1 year ago

d3xter666 commented 1 year ago

Hi @jimporter,

This feature would make mike's git configuration a lot easier: https://github.com/jimporter/mike/issues/98 / https://github.com/jimporter/mike/commit/2faa33ca4cf0da62c9c0ac7fbe8b60688733d7f1

Are you planning a more recent release that includes it?

We're trying to integrate mike into a Docker container and the GIT_COMMITTER_NAME/GIT_COMMITTER_EMAIL feature would help a lot, especially in a CI/CD environment.

Cheers

jimporter commented 1 year ago

Since the development version already has breaking changes, the next release will be version 2.0. That probably won't be for a while though, since I don't have a lot of time to work on this and there are still a few things that need done for the 2.0 milestone. I'd recommend just using the development version if it has features you need.