Desarrollo y Mantenimiento de Sistemas Informáticos

4º. 1er cuatrimestre. Itinerario de Sistemas de la Información. Grado en Ingeniería Informática. ULL


Organization DMSI org   Github Classroom DMSI class   Campus Virtual DMSI campus   Profesor Casiano   Chat Chat

GitHub Releases is a way to create a release to package software, along with release notes and links to binary files, for other people to use.

Releases are based on Git tags, which mark a specific point in your repository’s history. A tag date may be different than a release date since they can be created at different times. For more information about viewing your existing tags, see “Viewing your repository’s releases and tags.

Releases are ordered by a tag’s date in the following way:

The release Event

A GitHub event with the name release is triggered when a release is

See GitHub Webhooks.

Creating Releases Using the GitHub Web App

You can create releases on GitHub Web:

References