mirror of
https://github.com/ivuorinen/actions.git
synced 2026-01-26 11:34:00 +00:00
feat: add GitHub Actions workflows for code quality and automation (#2)
This commit is contained in:
36
github-release/README.md
Normal file
36
github-release/README.md
Normal file
@@ -0,0 +1,36 @@
|
||||
# ivuorinen/actions/github-release
|
||||
|
||||
## GitHub Release
|
||||
|
||||
### Description
|
||||
|
||||
Creates a GitHub release with a version and changelog.
|
||||
|
||||
### Inputs
|
||||
|
||||
| name | description | required | default |
|
||||
| ----------- | ---------------------------------------------------- | -------- | ------- |
|
||||
| `version` | <p>The version for the release.</p> | `true` | `""` |
|
||||
| `changelog` | <p>The changelog or description for the release.</p> | `false` | `""` |
|
||||
|
||||
### Runs
|
||||
|
||||
This action is a `composite` action.
|
||||
|
||||
### Usage
|
||||
|
||||
```yaml
|
||||
- uses: ivuorinen/actions/github-release@main
|
||||
with:
|
||||
version:
|
||||
# The version for the release.
|
||||
#
|
||||
# Required: true
|
||||
# Default: ""
|
||||
|
||||
changelog:
|
||||
# The changelog or description for the release.
|
||||
#
|
||||
# Required: false
|
||||
# Default: ""
|
||||
```
|
||||
Reference in New Issue
Block a user