I've marked different bundle releases via commits, but I need to tag them in github still.
I bet there is an automatic process (post-receive hook?) for this I can write where when I tag a commit with B&B: or Bundle: it will look at the package.json version and mark it as a tag?
I've marked different bundle releases via commits, but I need to tag them in github still.
I bet there is an automatic process (post-receive hook?) for this I can write where when I tag a commit with
B&B:orBundle:it will look at the package.json version and mark it as a tag?