1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-08 16:01:15 +02:00

build: the include-component-in-tag should default to false (#889)

The default should be to create plain tags like `v1.2.3`

Signed-off-by: Jeff Ching <chingor@google.com>
This commit is contained in:
Jeff Ching
2023-12-01 11:47:52 -08:00
committed by GitHub
parent 19431a1126
commit de60c24be6

View File

@@ -45,6 +45,7 @@ inputs:
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
default: 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