Skip to content

Commit 539de1f

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update updater/tests/workflow-args.sh to v2.11.0
1 parent 7f18300 commit 539de1f

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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

updater/tests/workflow-args.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -euo pipefail
55

66
case $1 in
77
get-version)
8-
echo "latest"
8+
echo "v2.11.0"
99

1010
# Run actual tests here.
1111
if [[ "$(uname)" != 'Darwin' ]]; then

0 commit comments

Comments
 (0)