Skip to content

Commit

Permalink
chore: update action docs and tag-and-release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
TillaTheHun0 committed Mar 16, 2022
1 parent 9a00a66 commit f880695
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tag-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v2
with:
node-version: 14.x
node-version: 16.x
- name: set git user
run: |
git config --global user.name "${{ github.actor }}"
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 'Bump'
description: 'Bump the manifest and generate changelogs'
inputs:
bump-to:
description: 'semver version to bump to'
description: 'the semver version to bump to ("semver" to bump based on commits)'
required: true
package:
description: 'in a monorepo, package that contains the files to be bumped ie. app-opine -> packages/app-opine'
Expand All @@ -21,7 +21,7 @@ outputs:
version:
description: 'The semver version bumped to'
tag:
description: 'The git tag created'
description: 'The git tag created, if created. undefined if not created.'
runs:
using: 'node16'
main: 'index.js'

0 comments on commit f880695

Please sign in to comment.