Skip to content

Commit

Permalink
Release version 77.7.15 (141)
Browse files Browse the repository at this point in the history
* Thanks for the Weblate contributions from: SiniKraft, Kazushi Hayama, 109247019824, Retrial, Alexthegib, Meiru, Juraj Motuz, atilluF, gallegonovato, nautilusx, MkQtS, Eryk Michalak, Ettore Atalan and Oğuz Ersen
* Fix broken download of Firefox Nightly (#428)
  • Loading branch information
Tobi823 committed Jun 28, 2023
1 parent 9641a1e commit 4d50f20
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 11 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 2023-06-28 Release 77.7.15 (141)

* Thanks for the Weblate contributions from: SiniKraft, Kazushi Hayama, 109247019824, Retrial, Alexthegib,
Meiru, Juraj Motuz, atilluF, gallegonovato, nautilusx, MkQtS, Eryk Michalak, Ettore Atalan and Oğuz Ersen
* Fix broken download of Firefox Nightly (Tobi823/ffupdater#428)

# 2023-03-22 Release 77.7.14 (140)

* Improve error handling in main activity (Tobi823/ffupdater#376)
Expand Down
16 changes: 7 additions & 9 deletions dev/checklist_release_new_version.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,17 @@ git fetch --tags

# release new version

- are you on the master branch?
- on master branch?
- optional:
- `./gradlew wrapper --gradle-version=6.8.2` https://gradle.org/releases/
- `./gradlew clean adviceRelease`
- fix and add unit tests
- `,ff_weblate`
- edit build.gradle to increase `versionCode` and `versionName`
- add changelog and supporter to CHANGELOG.md
- add Weblate contribution (don't forget commits from Weblate)
- apply suggestions from Weblate
- use button on https://hosted.weblate.org/projects/ffupdater/#reports
- copy changelog from CHANGELOG.md to `fastlane/metadata/android/en-US/changelogs/VERSION_CODE.txt`
- commit changes with references to the issues/pull requests
- ,ff_weblate
- build.gradle: versionCode + versionName
- CHANGELOG.md: Weblate (https://hosted.weblate.org/projects/ffupdater/#reports) + changelog + supporter
- copy changelog to `fastlane/metadata/android/en-US/changelogs/VERSION_CODE.txt`
- commit changes:
- Release version xx (xx)
- `Tobiwan/ffupdater#XXX` for issues/pull requests from notabug.org
- `Tobi823/ffupdater#XXX` for issues/pull requests from Github
- `Tobiwan/ffupdater_gitlab#XXX` for issues/merge requests from Gitlab
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/141.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* Thanks for the Weblate contributions from: SiniKraft, Kazushi Hayama, 109247019824, Retrial, Alexthegib,
Meiru, Juraj Motuz, atilluF, gallegonovato, nautilusx, MkQtS, Eryk Michalak, Ettore Atalan and Oğuz Ersen
* Fix broken download of Firefox Nightly (Tobi823/ffupdater#428)
4 changes: 2 additions & 2 deletions ffupdater/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ android {
compileSdkVersion 33

defaultConfig {
versionCode 140
versionCode 141
// (incompatible changes) . (backwards compatible functionality) . (backwards compatible bug fixes)
versionName "77.7.14"
versionName "77.7.15"
minSdkVersion 21
targetSdkVersion 33
vectorDrawables.useSupportLibrary = true
Expand Down

0 comments on commit 4d50f20

Please sign in to comment.