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

fix: restore include-component-in-tag default (false) (#888)

v3 had this option and must be configurable or at least set to `false`
so that the default behavior is to create a plain `v1.2.3` tag (without
the component name prefixed).

Found this while dogfooding our own usage of the action (in this repo).
This commit is contained in:
Jeff Ching
2023-12-01 11:37:56 -08:00
committed by GitHub
parent eb6e95104a
commit 19431a1126
4 changed files with 9 additions and 0 deletions

View File

@@ -42,6 +42,9 @@ inputs:
description: 'If true, send the PR from a fork. This requires the token to be a user that can create forks (e.g. not the default GITHUB_TOKEN)'
required: false
default: false
include-component-in-tag:
description: 'If true, add prefix to tags and branches, allowing multiple libraries to be released from the same repository'
required: false
proxy-server:
description: 'set proxy sever when you run this action behind a proxy. format is host:port e.g. proxy-host.com:8080'
required: false