Skip to content

Commit 15f9da4

Browse files
committed
release 3.2.2
Signed-off-by: Rui Chen <[email protected]>
1 parent 481a20c commit 15f9da4

File tree

5 files changed

+16
-17
lines changed

5 files changed

+16
-17
lines changed

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nodejs 24.11.0
1+
nodejs 24.11.1

CHANGELOG.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1+
## 3.2.2
2+
3+
maintenance release with updated dependencies
4+
15
## 3.2.1
26

37
maintenance release with updated dependencies
48

59
## 3.2.0
610

7-
## What's Changed
8-
911
### Exciting New Features 🎉
1012

11-
- feat: filter grouping multiple workflows by queue-name by @cdiaz-nex in https://github.com/softprops/turnstyle/pull/120
13+
- feat: filter grouping of multiple workflows by queue-name by @cdiaz-nex in https://github.com/softprops/turnstyle/pull/120
1214

1315
### Other Changes 🔄
1416

@@ -20,13 +22,12 @@ maintenance release with updated dependencies
2022

2123
## 3.0.0
2224

23-
- Upgrade Node.js version to 24 in action
24-
Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. [Release Notes](https://github.com/actions/runner/releases/tag/v2.327.1)
25+
- Upgrade Node.js version to 24 in action. Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. [Release Notes](https://github.com/actions/runner/releases/tag/v2.327.1)
2526

2627
## 2.4.0
2728

2829
- Migrate from jest to vitest
29-
- Bump to use node 24
30+
- Bump to use Node.js 24
3031
- Dependency updates
3132

3233
## 2.3.2
@@ -39,8 +40,6 @@ maintenance release with updated dependencies
3940

4041
## 2.3.0
4142

42-
## What's Changed
43-
4443
### Exciting New Features 🎉
4544

4645
- Adding support for waiting on specific job/step completion in turnstyle by @selecsosi in https://github.com/softprops/turnstyle/pull/98
@@ -61,7 +60,7 @@ maintenance release with updated dependencies
6160

6261
### Exciting New Features 🎉
6362

64-
- feature: support GitHub Enterprise by @zachwhaley in https://github.com/softprops/turnstyle/pull/62
63+
- feat: support GitHub Enterprise by @zachwhaley in https://github.com/softprops/turnstyle/pull/62
6564
- feat: wait for "waiting" runs as well as "in_progress" and "queued" by @zachwhaley in https://github.com/softprops/turnstyle/pull/63
6665
- feat: get github.token as default input by @qoomon in https://github.com/softprops/turnstyle/pull/61
6766

@@ -74,7 +73,7 @@ maintenance release with updated dependencies
7473

7574
### Bug fixes 🐛
7675

77-
- fix: ignore inconsistent runs that have a status set to 'in_progress' but conclusion is 'success' by @gustaff-weldon in https://github.com/softprops/turnstyle/pull/50
76+
- fix: ignore inconsistent runs with status in_progress but conclusion success by @gustaff-weldon in https://github.com/softprops/turnstyle/pull/50
7877

7978
## 2.0.0
8079

@@ -94,15 +93,15 @@ maintenance release with updated dependencies
9493
## 0.1.3
9594

9695
- Introduce `same-branch-only` input, used to explicitly control whether a workflow runs should be synchronized across branches. The default remains `true` but can now be overridden to `false` [#7](https://github.com/softprops/turnstyle/pull/7)
97-
- Favour `GITHUB_HEAD_REF` for branch name when present, typically the case for `pull_request` triggers [#8](https://github.com/softprops/turnstyle/pull/8)
96+
- Favor `GITHUB_HEAD_REF` for branch name when present, typically the case for `pull_request` triggers [#8](https://github.com/softprops/turnstyle/pull/8)
9897

9998
## 0.1.2
10099

101100
- Query for previous runs at every iteration of the Waiter [#3](https://github.com/softprops/turnstyle/pull/4)
102101

103102
## 0.1.1
104103

105-
- Fix bug where `poll-interval-seconds` and `continue-after-seconds` where not getting parsed correctly as action inputs [#2](https://github.com/softprops/turnstyle/pull/2)
104+
- Fix bug where `poll-interval-seconds` and `continue-after-seconds` were not getting parsed correctly as action inputs [#2](https://github.com/softprops/turnstyle/pull/2)
106105

107106
## 0.1.0
108107

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[tools]
2-
node = '24.11.0'
2+
node = '24.11.1'

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "turnstyle",
3-
"version": "3.2.1",
3+
"version": "3.2.2",
44
"private": true,
55
"description": "GitHub Action for limiting one workflow to complete at a time",
66
"main": "lib/main.js",

0 commit comments

Comments
 (0)