Skip to content

Commit 924bce3

Browse files
committed
Reset some things changed during testing
1 parent 9b49583 commit 924bce3

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

app/version/release-notes

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
What's new in this release?
2-
Bug fixes and other improvements.
1+
## What's new in this release?
2+
Squashed some bugs that were running around.
33

44
Join our fully distributed team and help raise the standard of trust online — from anywhere! https://duckduckgo.com/hiring
55

6-
Have feedback?
6+
## Have feedback?
77
You can always reach us at https://duckduckgo.com/feedback.

app/version/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION=5.82.1
1+
VERSION=5.81.0

fastlane/Fastfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ platform :android do
9191

9292
ensure_git_status_clean
9393

94+
ensure_git_branch(
95+
branch: 'develop'
96+
)
97+
9498
newVersion = prompt(text: "\nLast release was: #{last_git_tag}\nEnter New Version Number:")
9599
releaseNotes = prompt(text: "Release Notes: ", multi_line_end_keyword: "END")
96100
commits = changelog_from_git_commits(

0 commit comments

Comments
 (0)