Releases: rob-murray/jekyll-version-plugin
Releases · rob-murray/jekyll-version-plugin
Add option to specify commit type
- Add option to specify commit type:
- Use the git-describe command with long or short option
- Use the git rev-parse on HEAD with long or short option
- Internal refactor
- Add integration test building temp dir and git repo
v1.0.2
- Fix issue when repo has no tags > use
git describe --always