• @shotgun_crab
    link
    English
    17
    edit-2
    11 months ago

    Isn’t it easier to delete the release? Unless they have no permission to do it I guess

    • 𝕨𝕒𝕤𝕒𝕓𝕚OP
      link
      fedilink
      English
      1411 months ago

      It’s a bit trickier since that is a neovim plugin so a bunch of people will automatically have updated to this tag using their plugin manager. Removing it will probably just make it worse.

      • @shotgun_crab
        link
        English
        711 months ago

        I forgot the many plugin managers that download stuff directly from github. That makes way more sense.

        • @[email protected]
          link
          fedilink
          1
          edit-2
          11 months ago

          My go-to these days is to push the current branch, dynamically.
          git push origin HEAD

          Depending on the VC, HEAD has different prefix/suffixes to make it work.

          Edit: formatting, also I never checkout master I do origin/master so I cannot even push it with this method. I think

    • DacoTaco
      link
      711 months ago

      I was wondering the same. Any branch that has any logic besides a ci build attached to it should have been force push protected by default…

  • promitheas
    link
    fedilink
    211 months ago

    How do they get the numbering system? Is it automatic somehow?

    • @herr
      link
      211 months ago

      Pretty sure they just type it in manually. See named tags in git.