From 9c7d5cff21d605b11eb5253707a3dcefdedcac19 Mon Sep 17 00:00:00 2001 From: Andy McKay Date: Fri, 29 Jan 2021 13:52:28 -0800 Subject: [PATCH 1/3] Mark as unmaintained Add in a notice about the upcoming lack of intended maintenance on this repository. We'd like to make it clear to visitors to this repository about it's state. This process of marking it unmaintained only affects future updates. The Action will still continue work as it is in old workflows. Closes #119 Once this lands, we'll also Archive this repository. If you've got good recommendations for replacements, please let me know, we'll add them into the README. --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index e1c5acb..c5e9ce2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,20 @@ # 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 forks:** +* ... + +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. GitHub Actions status From 48563c39a13bae4cafa6745748677d6e50f7ab7a Mon Sep 17 00:00:00 2001 From: Andy McKay Date: Fri, 29 Jan 2021 13:58:46 -0800 Subject: [PATCH 2/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c5e9ce2..6d6a8f1 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ 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 forks:** -* ... +**Maintained Actions:** +* [elgohr/Github-Release-Action](https://github.com/elgohr/Github-Release-Action) To reflect this state we’ve marked this repository as Archived. From fb0ec4641ef841fc9e11ff99a0f84a3bd4c1868f Mon Sep 17 00:00:00 2001 From: Andy McKay Date: Wed, 3 Mar 2021 11:00:51 -0800 Subject: [PATCH 3/3] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6d6a8f1..fbb12f2 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ 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.