Go to file
Tycho Bokdam 1b2074c368
chore: Test release
2019-10-18 09:45:19 +02:00
.github/workflows chore: First test release 2019-10-18 09:40:38 +02:00
node_modules chore: First test release 2019-10-18 09:40:38 +02:00
src chore: Test release 2019-10-18 09:45:19 +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 chore: First test release 2019-10-18 09:40:38 +02:00
package.json chore: Init project 2019-10-17 23:54:35 +02:00
yarn.lock chore: Init project 2019-10-17 23:54:35 +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 }}