File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Unreleased
4+
5+ ### Fixes
6+
7+ - Fix sorting prerelease versions ([ #78 ] ( https://github.com/getsentry/github-workflows/pull/78 ) )
8+
9+ ### Dependencies
10+
11+ - Bump Workflow args test script from latest to v2.11.0 ([ #80 ] ( https://github.com/getsentry/github-workflows/pull/80 ) )
12+ - [ changelog] ( https://github.com/getsentry/github-workflows/blob/main/CHANGELOG.md#v2110 )
13+ - [ diff] ( https://github.com/getsentry/github-workflows/compare/latest...v2.11.0 )
14+
315## 2.11.0
416
517### Features
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ set -euo pipefail
55
66case $1 in
77get-version)
8- echo " latest "
8+ echo " v2.11.0 "
99
1010 # Run actual tests here.
1111 if [[ " $( uname) " != ' Darwin' ]]; then
You can’t perform that action at this time.
0 commit comments