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