Missing tags for versions
Closed this issue · 1 comments
jtojnar commented
Looking at the history is bit inconvenient without tags. Could you please run the following to create them?
git tag v1.3.2 91ea9abd2ee423677d07defc7212b37aa1bc6566
git tag v1.3.1 3d01ec38b52ae96eca90ccff68f51667499e193b
git tag v1.3.0 d72eeaf6b7bd5f7c15c8b9b61dd0aed6524161f1
git tag v1.2.3 00e38a737f2f76200001f73090484d0834bd47af
git tag v1.2.2 34cf213ec880ecc4984914e237c12bdc9c63c49a
git tag v1.2.1 5ee185d3bafcb485a8ee55cd245677adc71e4f76
git tag v1.2.0 4310ba265197358d25f20ae2fad0d94bf16f0ae7
git tag v1.1.2 eb986c9b3c9538168190c642e03a15e95896c5b8
git tag v1.1.1 ba24ef7c74312765d8824ad62f93b75e3fcd02f4
git tag v1.0.3 9c53658d53fcccc222e5b4814679a295dabc284b
git tag v1.0.0 9362972462bb981d5fee3b11b56f05a7ffd7b4d8
git tag v0.13.2 b17bc4902969b8a29e70cd8c82c90904539ba505
git tag v0.13.0 810103985e1d09b8e8d642e5872f8c3512dab73e
Generated from the output of the following fish script:
for tag in (git log --follow -G '^ "version":' --pretty=tformat:"%H" src/manifest.json)
begin
git show "$tag":src/manifest.json || git show "$tag":manifest.json
end 2>/dev/null | jq .version --raw-output
echo $tag
end
ptomaszek commented
Nifty!