Skip to content

Commit

Permalink
Merge branch 'master' into v1
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreeman committed Mar 12, 2020
2 parents fe9d176 + 0d9183f commit 68bbe86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Detect and Tag New Version
description: >
Tag new versions in your repository based on changes to their contents, such
as the version specified in a `package.json` or `gemspec`.
Tag new versions in your repository based on changes to its contents,
like a `package.json` or `.gemspec` file.
author: dfreeman
inputs:
version-command:
Expand All @@ -11,7 +11,7 @@ inputs:
create-tag:
description: >
Whether or not a tag should be created if a new version is detected.
default: false
default: true
tag-template:
description: >
A template for producing a tag name from the current version of your
Expand Down

0 comments on commit 68bbe86

Please sign in to comment.