Skip to content
This repository was archived by the owner on May 5, 2024. It is now read-only.
/ actions Public archive

Commit 40312c5

Browse files
committedMay 6, 2024
This project is no longer maintained :(
1 parent 873de0f commit 40312c5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

‎README.md‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Collection of GitHub Actions
22

3+
![unmaintained](http://img.shields.io/badge/status-unmaintained-red.png)
4+
5+
Generating release notes & automatically maintaining releases was much needed when GitHub Actions launched many years ago, but our ecosystem has evolved and there are much better alternatives these days.
6+
7+
For example, the [semantic-release](https://github.com/semantic-release/semantic-release) project + their associated [GitHub Action](https://github.com/semantic-release/github) gives you full control over when releases occur, changelog formatting, custom exec scripts, and much more. Another popular option is the [action-gh-release](https://github.com/softprops/action-gh-release) which also allows you to do many of the things this project originally enabled.
8+
9+
310
## Contents
411

512
1. [What are GitHub Actions](#what-are-github-actions)

0 commit comments

Comments
 (0)
This repository has been archived.