Skip to content

Commit

Permalink
Prepare next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
fwilhe2 committed Jan 16, 2021
1 parent e006d3e commit 1f83096
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions release-notes-draft.md
Original file line number Diff line number Diff line change
@@ -1,15 +1 @@
# New Features

You can select the version component to update.
By default, the `minor` version is updated.
Valid values are `major`, `minor`, `patch`.

Example to update the `patch` version:

```yaml
- uses: fwilhe2/bump-version@main
id: bump
with:
component: patch
- run: echo ${{ steps.bump.outputs.newVersion }}
```

0 comments on commit 1f83096

Please sign in to comment.