Skip to content

Commit

Permalink
bump release actions and re-release (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgamero authored May 4, 2023
1 parent 6ba5502 commit 580337c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
# Checkout code
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
# Read changelog and read versions etc.
- name: Check version is mentioned in Changelog.md
id: changelog_reader
Expand All @@ -31,7 +31,7 @@ jobs:
- name: Make Release Dir
run: mkdir bin
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: 1.18.2
# Check if the newest tag already exists
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@
```

### Changed

- **BREAKING** - `info` command output format includes additional information for supported languages with the following format changes:
- keys are now camelCase
- `supportedLanguages` is now an array of objects, enriched with `displayName` and `exampleValues`
Expand Down Expand Up @@ -137,6 +138,7 @@
]
}
```

## [0.0.26] - 2022-11-16

### Added
Expand Down

0 comments on commit 580337c

Please sign in to comment.