Skip to content

Commit 99fadf3

Browse files
committed
chore: release 3.3.0
Signed-off-by: Rui Chen <rui@chenrui.dev>
1 parent e771b9a commit 99fadf3

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
## Unreleased
22

3+
## 3.3.0
4+
35
### Exciting New Features 🎉
46

5-
- Add configurable `retries` input to retry transient GitHub API 5xx errors with exponential backoff (defaults to 0, preserving the existing no-retry behavior)
7+
- Add configurable `retries` input to retry transient GitHub API 5xx errors with exponential backoff (defaults to 0, preserving the existing no-retry behavior), originally contributed by @mateusz-krainski-revoize in https://github.com/softprops/turnstyle/pull/148 and merged via https://github.com/softprops/turnstyle/pull/150
68
- Document reusable workflow usage and queue naming behavior by @chenrui333 in https://github.com/softprops/turnstyle/pull/143
79
- Allow same-branch filtering to target an explicit branch by @chenrui333 in https://github.com/softprops/turnstyle/pull/144
810
- Expose previous run ID and URL outputs by @chenrui333 in https://github.com/softprops/turnstyle/pull/145

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.4",
3+
"version": "3.3.0",
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)