Skip to content

Commit 580337c

Browse files
authored
bump release actions and re-release (#212)
1 parent 6ba5502 commit 580337c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/release-and-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
# Checkout code
1515
- name: Checkout
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v3
1717
# Read changelog and read versions etc.
1818
- name: Check version is mentioned in Changelog.md
1919
id: changelog_reader
@@ -31,7 +31,7 @@ jobs:
3131
- name: Make Release Dir
3232
run: mkdir bin
3333
- name: Set up Go
34-
uses: actions/setup-go@v2
34+
uses: actions/setup-go@v4
3535
with:
3636
go-version: 1.18.2
3737
# Check if the newest tag already exists

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@
110110
```
111111

112112
### Changed
113+
113114
- **BREAKING** - `info` command output format includes additional information for supported languages with the following format changes:
114115
- keys are now camelCase
115116
- `supportedLanguages` is now an array of objects, enriched with `displayName` and `exampleValues`
@@ -137,6 +138,7 @@
137138
]
138139
}
139140
```
141+
140142
## [0.0.26] - 2022-11-16
141143

142144
### Added

0 commit comments

Comments
 (0)