What to do after tag_version()
In the vignette after tag_version() the remote does not have the tag. What is the recommended workflow in this case?
The advice in https://github.com/cynkra/fledge/blob/remote-vignette/vignettes/demo.Rmd#L419 looks okay to me, we'll work on the release process in v0.2.0.
Ok but I think a comment is needed regarding the fact that tags aren't pushed. I.e. what should we advise users to do at the moment? Pushing the tag, re-creating one from the GitHub interface?
git push --tags would push the tag?
The link now points to a different line, fixed: https://github.com/cynkra/fledge/blob/b4100b22f50fbb2cec1fa8f0818a502aee90862e/vignettes/demo.Rmd#L432