Sha256: d1202afd4a85a19cd84eaaca431349dbfc72d2e4b6e5fa5b4504268b438a49fb

Contents?: true

Size: 537 Bytes

Versions: 1

Compression:

Stored size: 537 Bytes

Contents

if github.branch_for_base != "development" && github.pr_author != "levibostian"
  fail "Sorry, wrong branch. Create a PR into the `development` branch instead."
end

if github.branch_for_base == "production" && github.branch_for_head != "development"
  fail "You must merge from the `development` branch into `production`."
end

if github.branch_for_base == "production"
  if !git.diff_for_file("lib/ios_version_change/gem_version.rb")
    fail 'You did not update the plugion version in lib/ios_version_change/gem_version.rb'
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
danger-ios_version_change-0.1.7 Dangerfile