Skip to content

Commit

Permalink
[Enhancement] - Change autobump from commit to tag (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
dudantas authored Jul 21, 2022
1 parent 4199ffc commit 84a8716
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/actions/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ inputs:
required: false
skip-commit:
description: 'Avoid to add a commit after the version is bumped'
default: 'true'
required: true
default: 'false'
required: false
skip-push:
description: 'Skip pushing any commits/tags created after the version bump'
default: false
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
id: version-bump
uses: './.github/actions/'
with:
skip-tag: 'true'
skip-tag: 'false'
skip-commit: 'true'
tag-prefix: 'v'
major-wording: '#MAJOR,#major'
minor-wording: '#MINOR,#minor'
Expand Down

0 comments on commit 84a8716

Please sign in to comment.