mirror of
https://github.com/actions/create-release.git
synced 2025-06-13 04:10:38 +00:00
Merge pull request #120 from actions/andymckay/mark-as-unmaintained
Mark as unmaintained
This commit is contained in:
commit
4c11c9fe1d
20
README.md
20
README.md
@ -1,4 +1,24 @@
|
||||
# GitHub Action - Releases API
|
||||
|
||||
**Please note:** This repository is currently unmaintained by a team of developers at GitHub. The
|
||||
repository is here and you can use it as an example, or in Actions. However please be aware that
|
||||
we are not going to be updating issues or pull requests on this repository.
|
||||
|
||||
**Maintained Actions:**
|
||||
* [elgohr/Github-Release-Action](https://github.com/elgohr/Github-Release-Action)
|
||||
* [marvinpinto/action-automatic-releases](https://github.com/marvinpinto/action-automatic-releases)
|
||||
* [softprops/action-gh-release](https://github.com/softprops/action-gh-release)
|
||||
* [ncipollo/release-action](https://github.com/ncipollo/release-action)
|
||||
|
||||
|
||||
To reflect this state we’ve marked this repository as Archived.
|
||||
|
||||
If you are having an issue or question about GitHub Actions then please [contact customer support](https://help.github.com/en/articles/about-github-actions#contacting-support).
|
||||
|
||||
If you have found a security issue [please submit it here](https://hackerone.com/github).
|
||||
|
||||
---
|
||||
|
||||
This GitHub Action (written in JavaScript) wraps the [GitHub Release API](https://developer.github.com/v3/repos/releases/), specifically the [Create a Release](https://developer.github.com/v3/repos/releases/#create-a-release) endpoint, to allow you to leverage GitHub Actions to create releases.
|
||||
|
||||
<a href="https://github.com/actions/create-release"><img alt="GitHub Actions status" src="https://github.com/actions/create-release/workflows/Tests/badge.svg"></a>
|
||||
|
Loading…
x
Reference in New Issue
Block a user