Skip to content

Commit

Permalink
Merge pull request #18 from robzr/add_actions
Browse files Browse the repository at this point in the history
fix action branding
  • Loading branch information
robzr authored Mar 22, 2024
2 parents 5ce625e + d770c1c commit a7b2170
Show file tree
Hide file tree
Showing 4 changed files with 1,383 additions and 5 deletions.
8 changes: 4 additions & 4 deletions action.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: sver Action

color: blue
branding:
icon: code
color: blue

description: sver SemVer (Semantic Versioning 2) parser, bump & utility action with support for version constraints

icon: code

inputs:
command:
default: ''
Expand Down Expand Up @@ -42,7 +42,7 @@ runs:
# shellcheck disable=SC1008,SC2015,SC2096
# shfmt -i 2 -ci -w
SVER_VERSION=v1.2.1
SVER_VERSION=v1.2.3
SVER_INTRO="\
sver ${SVER_VERSION} (https://github.com/robzr/sver) self contained cli tool and function
library implementing a Semantic Versioning 2 compliant parser and utilities.
Expand Down
2 changes: 1 addition & 1 deletion sver
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# shellcheck disable=SC1008,SC2015,SC2096
# shfmt -i 2 -ci -w

SVER_VERSION=v1.2.1
SVER_VERSION=v1.2.3
SVER_INTRO="\
sver ${SVER_VERSION} (https://github.com/robzr/sver) self contained cli tool and function
library implementing a Semantic Versioning 2 compliant parser and utilities.
Expand Down
Loading

0 comments on commit a7b2170

Please sign in to comment.