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: 8 days ago
JSON representation
GitHub action for auto creating a release on tag push
- Host: GitHub
- URL: https://github.com/yyx990803/release-tag
- Owner: yyx990803
- Created: 2020-04-27T15:49:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-14T01:45:43.000Z (11 months ago)
- Last Synced: 2024-10-24T15:37:48.132Z (19 days ago)
- Language: JavaScript
- Size: 14.6 KB
- Stars: 109
- Watchers: 3
- Forks: 14
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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.