Skip to content

Commit 6272a50

Browse files
github-actions[bot]web-flowvaind
authored
chore(deps): update Danger JS to v13.0.4 (#132)
* chore: update danger/danger.properties to 13.0.4 * chore: Add spacing for clarity in Updater and Danger workflow update instructions --------- Co-authored-by: GitHub <[email protected]> Co-authored-by: Ivan Dlugos <[email protected]>
1 parent 71d223e commit 6272a50

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@
1313

1414
- Updater - Fix boolean input handling for `changelog-entry` parameter and add input validation ([#127](https://github.com/getsentry/github-workflows/pull/127))
1515

16+
### Dependencies
17+
18+
- Bump Danger JS from v11.3.1 to v13.0.4 ([#132](https://github.com/getsentry/github-workflows/pull/132))
19+
- [changelog](https://github.com/danger/danger-js/blob/main/CHANGELOG.md#1304)
20+
- [diff](https://github.com/danger/danger-js/compare/11.3.1...13.0.4)
21+
1622
## 3.0.0
1723

1824
### Breaking Changes
@@ -34,6 +40,7 @@
3440
- Updater and Danger reusable workflows are now composite actions ([#114](https://github.com/getsentry/github-workflows/pull/114))
3541

3642
To update your existing Updater workflows:
43+
3744
```yaml
3845
### Before
3946
native:
@@ -57,6 +64,7 @@
5764
```
5865

5966
To update your existing Danger workflows:
67+
6068
```yaml
6169
### Before
6270
danger:

danger/danger.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=11.3.1
1+
version=13.0.4
22
repo=https://github.com/danger/danger-js

0 commit comments

Comments
 (0)