Are releases of versions in GitHub done by tags?

This page summarizes the projects mentioned and recommended in the original post on /r/git

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • Laravel

    Laravel is a web application framework with expressive, elegant syntax. We’ve already laid the foundation for your next big idea — freeing you to create without sweating the small things.

  • For example, the release page of Laravel of GitHub: https://github.com/laravel/laravel/releases

  • semver

    Semantic Versioning Specification

  • git tags are created in the cloned repo you have locally (via - https://git-scm.com/book/en/v2/Git-Basics-Tagging). You create tag(s), then have to push them to github. afaik, there are 2 types of versioning: Semantic Versioning (e.g. v1.0.1) and Calendar Versioning (e.g. 2022-09)

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts