Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/yyx990803/release-tag

GitHub action for auto creating a release on tag push
https://github.com/yyx990803/release-tag

Last synced: 3 months ago
JSON representation

GitHub action for auto creating a release on tag push

Lists

README

        

# release-tag

This is a fork of [actions/create-release](https://github.com/actions/create-release) with a single change: automatically determine whether a tag is a pre-release by checking for presence of `-` followed by a letter in the tag name.