remixz/publish-release

Option to create a tag instead of a release

Open

#9 geöffnet am 1. Okt. 2015

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (1 zugewiesene Person)JavaScript (17 Forks)github user discovery
enhancementhelp wanted

Repository-Metriken

Stars
 (72 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Seems GitHub releases are in fact tags with steroids, so it would be cool to have a boolean flag to create easily a tag or a release.

My use case is to create releases only on NodeOS master branch, but also allow to make releases for the commits in other branchs that pass the tests, but instead of doing full releases, I want to do "tag releases" so they are hidden from the list of "official" releases (the ones from the master branch).

Contributor Guide