mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-05-10 10:44:19 +00:00
beta note
This commit is contained in:
parent
2dfad92b71
commit
9a608daa21
1 changed files with 4 additions and 3 deletions
|
@ -1,8 +1,9 @@
|
||||||
|
|
||||||
# action gh-release [](https://github.com/softprops/action-gh-release/actions)
|
# action gh-release [](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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue