From 10ec8cd474e368cdb2cb0c5cf9f5fca55d333f15 Mon Sep 17 00:00:00 2001 From: Tycho Bokdam Date: Fri, 18 Oct 2019 11:51:50 +0200 Subject: [PATCH] docs: Updated README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d032b71..c39861a 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@ This action will bump version, tag commit and generate a changelog with conventi ## Inputs --**Required** `github-token`: Github token. --**Optional** `git-message`: Commit message that is used when committing the changelog. --**Optional** `preset`: Preset that is used from conventional commits. Default `angular`. --**Optional** `tag-prefix`: Prefix for the git tags. Default `v`. --**Optional** `output-file`: File to output the changelog to. Default `CHANGELOG.md`. +- **Required** `github-token`: Github token. +- **Optional** `git-message`: Commit message that is used when committing the changelog. +- **Optional** `preset`: Preset that is used from conventional commits. Default `angular`. +- **Optional** `tag-prefix`: Prefix for the git tags. Default `v`. +- **Optional** `output-file`: File to output the changelog to. Default `CHANGELOG.md`. ## Example usage