How to properly add releases with PkgDev?

This is how I do it:

You get that METADATA problem when you don’t tag from a different branch. You should always make PRs from the non-master branch (for any repo you work with). If you add to your workflow:

  1. Check out a new branch on METADATA
  2. Push changes to this branch
  3. PR from that branch to JuliaLang/metadata-v2
  4. Check out the local metadata-v2 again

you should be fine.