chore(project): add action files

This commit is contained in:
orhun
2021-06-18 00:27:35 +03:00
parent c83b82a967
commit 29b917f0c8
4 changed files with 90 additions and 0 deletions

18
action.yml Normal file
View File

@@ -0,0 +1,18 @@
name: "git-cliff: Changelog Generator"
description: "Generate changelog based on your Git history"
inputs:
args:
description: "git-cliff arguments"
required: false
default: "-v"
outputs:
changelog:
description: 'generated changelog'
runs:
using: "docker"
image: "Dockerfile"
args:
- ${{ inputs.args }}
branding:
icon: "triangle"
color: "orange"