• @[email protected]
    link
    fedilink
    English
    314 months ago

    I’ve been using github for what, 10 years now? And I had no idea there even was a releases page.

    • @the_artic_one
      link
      English
      184 months ago

      A lot of projects don’t use it or forget to update it for multiple versions so you probably aren’t missing much.

    • @[email protected]
      link
      fedilink
      14
      edit-2
      4 months ago

      If you use it as a developer you don’t care about the releases page. You want to see the code and for latest version you just need the git tags. But I’ve also used it for stuff I just needed to run on my machine as an end-user. And for those you turn to the Releases page. That’s where pre-built binaries go.

      But it also depends on the target audience. Some projects, even if meant more as software to run than code to import, still target mainly developers or tech users in general and will not have more than just instructions on how to build them. Others, say a Minecraft launcher, or some console emulator, will target a wider audience and provide a good Releases page with binaries for multiple platforms.