mirror of
https://github.com/reecetech/version-increment.git
synced 2025-12-21 14:35:44 +00:00
Fix metadata syntax in action.yml 🛠
``` Description must be less than 125 characters. ```
This commit is contained in:
@@ -1,11 +1,10 @@
|
|||||||
---
|
---
|
||||||
name: 'Version Increment'
|
name: 'Version Increment'
|
||||||
description: |
|
description: Inspects the git tags to determine the current normal version, and returns the next version number
|
||||||
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
|
branding:
|
||||||
(usually `main`), otherwise a pre-release version will be returned.
|
icon: plus
|
||||||
|
color: purple
|
||||||
|
|
||||||
inputs:
|
inputs:
|
||||||
scheme:
|
scheme:
|
||||||
|
|||||||
Reference in New Issue
Block a user