Skip to content

Commit ff390b9

Browse files
committed
DEVOPS-00: README
1 parent 84729bb commit ff390b9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ This is accomplished by counting the merges of branches matching the [naming sch
1616

1717
> [Convenience link to this action on the marketplace](https://github.com/marketplace/actions/gitops-automatic-versioning)
1818
19+
## Recent Changes
20+
21+
- 0.2.9: Fix 'ops' increments; add user friendly error outputs.
22+
1923
## Usage
2024

2125
### Setup
@@ -73,7 +77,7 @@ Below is a valid workflow utilizing this action. If you wanted to extend it to d
7377
- uses: actions/checkout@v3
7478
- name: Run GitOps Automatic Versioning Action
7579
id: gitops-autover
76-
uses: AlexAtkinson/github-action-gitops-autover@0.1.7
80+
uses: AlexAtkinson/github-action-gitops-autover@0.2.9
7781
- name: Verify Outputs
7882
run: |
7983
NEW_VERSION=${{ steps.gitops-autover.outputs.new-version }}
@@ -140,7 +144,7 @@ Additionally, this repo uses its own action for versioning, so feel free to inve
140144
echo "PRODUCT_NAME_LOWER=$PRODUCT_NAME_LOWER" >> $GITHUB_OUTPUT
141145
- name: GitOps Automatic Versioning
142146
id: gitops-autover
143-
uses: AlexAtkinson/github-action-gitops-autover@0.1.7
147+
uses: AlexAtkinson/github-action-gitops-autover@0.2.9
144148
build:
145149
name: "Build"
146150
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)