Skip to content

Commit 088c28e

Browse files
committed
chore: update changelog for 2.2.0 rel
Signed-off-by: Rui Chen <[email protected]>
1 parent 0ec65df commit 088c28e

File tree

1 file changed

+23
-14
lines changed

1 file changed

+23
-14
lines changed

CHANGELOG.md

Lines changed: 23 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,50 @@
1+
## 2.2.0
2+
3+
### Exciting New Features 🎉
4+
5+
- feature: support GitHub Enterprise by @zachwhaley in https://github.com/softprops/turnstyle/pull/62
6+
- feat: wait for "waiting" runs as well as "in_progress" and "queued" by @zachwhaley in https://github.com/softprops/turnstyle/pull/63
7+
- feat: get github.token as default input by @qoomon in https://github.com/softprops/turnstyle/pull/61
8+
19
## 2.1.0
210

311
### Exciting New Features 🎉
412

5-
* feature: fetch 100 results per page by @anomiex in https://github.com/softprops/turnstyle/pull/39
6-
* feature: wait for queued runs and an option to refresh runs from GitHub API by @vigneshmsft in https://github.com/softprops/turnstyle/pull/31
13+
- feature: fetch 100 results per page by @anomiex in https://github.com/softprops/turnstyle/pull/39
14+
- feature: wait for queued runs and an option to refresh runs from GitHub API by @vigneshmsft in https://github.com/softprops/turnstyle/pull/31
715

816
### Bug fixes 🐛
9-
* 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
17+
18+
- 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
1019

1120
## 2.0.0
1221

13-
* Explain required GITHUB_TOKEN permissions by @chadxzs in https://github.com/softprops/turnstyle/pull/40
14-
* Upgrade dependencies, add debug logs by @roryabraham in https://github.com/softprops/turnstyle/pull/46
15-
* feat: bump action to use node20 runtime by @chenrui333 in https://github.com/softprops/turnstyle/pull/55
22+
- Explain required GITHUB_TOKEN permissions by @chadxzs in https://github.com/softprops/turnstyle/pull/40
23+
- Upgrade dependencies, add debug logs by @roryabraham in https://github.com/softprops/turnstyle/pull/46
24+
- feat: bump action to use node20 runtime by @chenrui333 in https://github.com/softprops/turnstyle/pull/55
1625

1726
## 0.1.5
1827

19-
* Added feature to set the output `force_continued=true` when using `continue-after-seconds` so that only a subset of future steps can be skipped.
28+
- Added feature to set the output `force_continued=true` when using `continue-after-seconds` so that only a subset of future steps can be skipped.
2029

2130
## 0.1.4
2231

23-
* Introduce `abort-after-seconds` input. This behaves much the way `continue-after-seconds` does but aborts from the workflow step rather than pushing onward. [#19](https://github.com/softprops/turnstyle/pull/19)
24-
* Fix branch monitoring issue with `same-branch-only` when defaults inputs are provided [#20](https://github.com/softprops/turnstyle/pull/20)
32+
- Introduce `abort-after-seconds` input. This behaves much the way `continue-after-seconds` does but aborts from the workflow step rather than pushing onward. [#19](https://github.com/softprops/turnstyle/pull/19)
33+
- Fix branch monitoring issue with `same-branch-only` when defaults inputs are provided [#20](https://github.com/softprops/turnstyle/pull/20)
2534

2635
## 0.1.3
2736

28-
* 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)
29-
* Favour `GITHUB_HEAD_REF` for branch name when present, typically the case for `pull_request` triggers [#8](https://github.com/softprops/turnstyle/pull/8)
37+
- 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)
38+
- Favour `GITHUB_HEAD_REF` for branch name when present, typically the case for `pull_request` triggers [#8](https://github.com/softprops/turnstyle/pull/8)
3039

3140
## 0.1.2
3241

33-
* Query for previous runs at every iteration of the Waiter [#3](https://github.com/softprops/turnstyle/pull/4)
42+
- Query for previous runs at every iteration of the Waiter [#3](https://github.com/softprops/turnstyle/pull/4)
3443

3544
## 0.1.1
3645

37-
* 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)
46+
- 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)
3847

3948
## 0.1.0
4049

41-
* Initial release
50+
- Initial release

0 commit comments

Comments
 (0)