feat!: add commit input (#331)

* fix!: remove `signoff` input

* feat: add `commit` input
This commit is contained in:
Federico Grandi
2021-12-03 21:38:30 +01:00
committed by GitHub
parent b1323b2f1c
commit 7392614f5c
5 changed files with 6 additions and 38 deletions

View File

@@ -77,10 +77,6 @@ Add a step like this to your workflow:
# Default: ''
remove: './dir/old_file.js'
# Whether to use the --signoff option on `git commit` (only boolean values accepted*)
# Default: false
signoff: true
# Arguments for the git tag command (the tag name always needs to be the first word not preceded by an hyphen)
# Default: ''
tag: 'v1.0.0 --force'