mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-06 03:59:53 +08:00
21 lines
353 B
YAML
21 lines
353 B
YAML
|
|
name: Generate changelog
|
|
description: Uses conventional-changelog to generate the changelog from a tag to another
|
|
|
|
inputs:
|
|
from:
|
|
description: Old tag
|
|
to:
|
|
description: New tag
|
|
|
|
outputs:
|
|
changelog:
|
|
description: The new changelog, formatted as a JSON string
|
|
|
|
runs:
|
|
using: node12
|
|
main: main.js
|
|
|
|
branding:
|
|
icon: clock
|
|
color: yellow |