Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@

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

### Dependencies

- Bump Danger JS from v11.3.1 to v13.0.4 ([#132](https://github.com/getsentry/github-workflows/pull/132))
- [changelog](https://github.com/danger/danger-js/blob/main/CHANGELOG.md#1304)
- [diff](https://github.com/danger/danger-js/compare/11.3.1...13.0.4)

## 3.0.0

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

To update your existing Updater workflows:

```yaml
### Before
native:
Expand All @@ -57,6 +64,7 @@
```

To update your existing Danger workflows:

```yaml
### Before
danger:
Expand Down
2 changes: 1 addition & 1 deletion danger/danger.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=11.3.1
version=13.0.4
repo=https://github.com/danger/danger-js