Skip to content

Commit

Permalink
Version 3.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
f-meloni committed Oct 14, 2022
1 parent f02749a commit 308253a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@

## Master

## 3.14.1

- Add `reviewers` property for GitLab merge requests [@pouyayarandi][] - [#534](https://github.com/danger/swift/pull/534)
- Update [SwiftLint][] used by [danger-swift-with-swiftlint][] from v0.46.1 to [v0.49.1](https://github.com/realm/SwiftLint/releases/tag/0.49.1). [@Kiran-B][] - [#538](https://github.com/danger/swift/pull/538)
- Change `danger-swift edit` generated package to be compatible with swift 5.7 [@dahlborn][]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import PackageDescription
// Version number can be found in Source/Danger/Danger.swift

// switch to false when release
let isDevelop = true
let isDevelop = false

let devProducts: [Product] = isDevelop
? [
Expand Down
2 changes: 1 addition & 1 deletion Sources/Runner/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Logger
import RunnerLib

/// Version for showing in verbose mode
let DangerVersion = "3.14.0" // swiftlint:disable:this identifier_name
let DangerVersion = "3.14.1" // swiftlint:disable:this identifier_name
let MinimumDangerJSVersion = "6.1.6" // swiftlint:disable:this identifier_name

private func runCommand(_ command: DangerCommand, logger: Logger) throws {
Expand Down

0 comments on commit 308253a

Please sign in to comment.