Skip to content

Commit

Permalink
beta note
Browse files Browse the repository at this point in the history
  • Loading branch information
softprops committed Aug 28, 2019
1 parent 2dfad92 commit 9a608da
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@

# action gh-release [![](https://github.com/softprops/action-gh-release/workflows/Main/badge.svg)](https://github.com/softprops/action-gh-release/actions)

> A GitHub Action for creating GitHub Releases
A GitHub Action for creating GitHub Releases
> **⚠️ Note:** To use this action, you must have access to the [GitHub Actions](https://github.com/features/actions) feature. GitHub Actions are currently only available in public beta. You can [apply for the GitHub Actions beta here](https://github.com/features/actions/signup/).
## 🤸 Usage

Expand Down Expand Up @@ -36,7 +37,7 @@ jobs:
### ⬆️ Uploading release assets

You can can configure a number of options for your
GitHub release and all are optional.
GitHub release and all are optional.

A common case for GitHub releases is to upload your binary after its been validated and packaged.
Use the `with.files` input to declare a comma-separated list of glob expressions matching the files
Expand Down Expand Up @@ -71,7 +72,7 @@ jobs:
### 📝 External release notes

Many systems exist that can help generate release notes for you. This action supports
loading release notes from a path in your repository's build to allow for the flexibility
loading release notes from a path in your repository's build to allow for the flexibility
of using any changelog generator for your releases, including a human 👩‍💻

```yaml
Expand Down

0 comments on commit 9a608da

Please sign in to comment.