mirror of
https://github.com/apricote/releaser-pleaser.git
synced 2026-02-07 10:17:02 +00:00
docs: add all current features
This commit is contained in:
parent
2567f0ae8b
commit
8d9f229311
16 changed files with 397 additions and 2 deletions
|
|
@ -5,17 +5,19 @@ branding:
|
|||
icon: 'package'
|
||||
color: 'red'
|
||||
inputs:
|
||||
# Remember to update docs/reference/github-action.md
|
||||
branch:
|
||||
default: main
|
||||
description: "This branch is used as the target for releases."
|
||||
token:
|
||||
description: 'GitHub token for creating and grooming release PRs, defaults to using secrets.GITHUB_TOKEN'
|
||||
description: 'GitHub token for creating and updating release PRs, defaults to using secrets.GITHUB_TOKEN'
|
||||
required: false
|
||||
default: ${{ github.token }}
|
||||
extra-files:
|
||||
description: 'List of files that are scanned for version references.'
|
||||
required: false
|
||||
default: ""
|
||||
# Remember to update docs/reference/github-action.md
|
||||
outputs: {}
|
||||
runs:
|
||||
using: 'docker'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue