1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-14 07:51:37 +02:00

fix(ruby): properly support ruby release process (#92)

This commit is contained in:
Benjamin E. Coe
2020-10-29 15:45:48 -04:00
committed by GitHub
parent 0a415f5e46
commit 6c289af7b6
5 changed files with 46 additions and 40 deletions

View File

@@ -43,6 +43,7 @@ Automate releases with Conventional Commit Messages.
| `path` | create a release from a path other than the repository's root |
| `monorepo-tags` | add prefix to tags and branches, allowing multiple libraries to be released from the same repository. |
| `changelog-types` | A JSON formatted String containing to override the outputted changlog sections |
| `version-file` | provide a path to a version file to increment (used by ruby releaser) |
| output | description |
|:---:|---|