File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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 `
137138 ]
138139 }
139140 ```
141+
140142## [0.0.26] - 2022-11-16
141143
142144### Added
You can’t perform that action at this time.
0 commit comments