mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-13 12:31:34 +02:00
feat!: initial implementation of logic for running release please
This commit is contained in:
13
action.yml
Normal file
13
action.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
name: 'release-please'
|
||||
description: 'automated releases based on conventional commits'
|
||||
author: 'Ben Coe <bencoe@google.com>'
|
||||
inputs:
|
||||
token:
|
||||
description: 'token for creating and grooming release PRs (probably secrets.GITHUB_TOKEN)'
|
||||
required: true
|
||||
release-type:
|
||||
description: 'what type of release is this, e.g., nodejs, java'
|
||||
required: true
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'dist/index.js'
|
||||
Reference in New Issue
Block a user