beta note

This commit is contained in:
softprops 2019-08-27 22:26:08 -04:00
parent 2dfad92b71
commit 9a608daa21

View file

@ -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) # 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 ## 🤸 Usage
@ -36,7 +37,7 @@ jobs:
### ⬆️ Uploading release assets ### ⬆️ Uploading release assets
You can can configure a number of options for your 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. 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 Use the `with.files` input to declare a comma-separated list of glob expressions matching the files
@ -71,7 +72,7 @@ jobs:
### 📝 External release notes ### 📝 External release notes
Many systems exist that can help generate release notes for you. This action supports 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 👩‍💻 of using any changelog generator for your releases, including a human 👩‍💻
```yaml ```yaml