Skip to content

Commit

Permalink
Enable only one of tester and release notes for beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
nid90 committed Nov 3, 2024
1 parent e1ffd1f commit 28406b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/beta_release.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class BetaRelease < PreProdRelease

def tester_notes? = train.app.organization.tester_notes_in_beta_releases?

def release_notes? = true
def release_notes? = !tester_notes?

def rollout_complete!(submission)
notify_with_snippet!(
Expand Down

0 comments on commit 28406b4

Please # to comment.