1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-11 20:11:35 +02:00

feat: Add a changelog section type (#64)

This commit is contained in:
Lucas Holmquist
2020-09-10 14:13:49 -04:00
committed by GitHub
parent d38fe99d21
commit 2ca6d30396
4 changed files with 47 additions and 5 deletions

View File

@@ -20,6 +20,9 @@ inputs:
monorepo-tags:
description: 'add prefix to tags and branches, allowing multiple libraries to be released from the same repository'
required: false
changelog-types:
description: 'changlelog commit types'
require: false
runs:
using: 'node12'
main: 'dist/index.js'