Skip to content

Releases: rob-murray/jekyll-version-plugin

Add option to specify commit type

28 Aug 14:54
7a028c4
Compare
Choose a tag to compare
  • 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

10 Jun 16:39
Compare
Choose a tag to compare
  • Fix issue when repo has no tags > use git describe --always