Go to file
Tycho Bokdam c8e9ea6338
fix: Test release
2019-10-18 11:01:26 +02:00
.github/workflows chore: Test release 2019-10-18 09:56:51 +02:00
node_modules chore: Test release 2019-10-18 10:21:11 +02:00
src fix: Test release 2019-10-18 11:01:26 +02:00
.gitignore chore: First test release 2019-10-18 09:40:38 +02:00
README.md chore: First test release 2019-10-18 09:40:38 +02:00
action.yml fix: Test release 2019-10-18 10:55:14 +02:00
package.json chore: Test release 2019-10-18 10:21:11 +02:00
yarn.lock chore: Test release 2019-10-18 10:21:11 +02:00

README.md

Conventional Changelog action

This action will bump version, tag commit and generates changelog with conventional commits.

Inputs

who-to-greet

Required The name of the person to greet. Default "World".

Outputs

time

The time we greeted you.

Example usage

uses: actions/hello-world-javascript-action@v1 with: git-message: 'chore: Release {version}' github-token: ${{ secrets.github_token }}