2 Commits

Author SHA1 Message Date
Philip Jay
ef5bc12fc4 Merge pull request #2 from reecetech/fixup-action.yml
Fix metadata syntax in `action.yml` 🛠
2021-10-20 11:40:15 +11:00
Phil Jay
efc89dc7d0 Fix metadata syntax in action.yml 🛠
```
Description must be less than 125 characters.
```
2021-10-20 11:31:17 +11:00

View File

@@ -1,11 +1,10 @@
---
name: 'Version Increment'
description: |
Inspects the git tags to determine the current normal version, and returns the
next version number.
description: Inspects the git tags to determine the current normal version, and returns the next version number
A normal version will be returned if the branch is the default branch
(usually `main`), otherwise a pre-release version will be returned.
branding:
icon: plus
color: purple
inputs:
scheme: