ipld / js-ipld-git

MIT License
34 stars 11 forks source link

Parse mergetags #13

Closed magik6k closed 6 years ago

magik6k commented 6 years ago

When a signed tag is merged, a mergetag object is embedded into the merge commit so that one can verify the signature.

magik6k commented 6 years ago

done

vmx commented 6 years ago

Sorry for not spotting this earlier. The commitlint on Jenkins failes. The problem is that the text after the colon needs to start with a lower case later.

You can easily change the commit messages with running git rebase -i HEAD~3 and then putting a r in front of the commits.

If that's too much hassle, let me know, I'd be OK merging it nonetheless as this is really a small thing.

magik6k commented 6 years ago

Should be fixed now. No idea why it fails on mac though.

vmx commented 6 years ago

CI actually passed, the failing part is outdated CI stuff.