Skip to content

Commit

Permalink
Bump version improve release-checklist and changelog for v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SamAmco committed Aug 19, 2021
1 parent 9815978 commit ef7906a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ android {
applicationId "com.samco.trackandgraph"
minSdkVersion 21
targetSdkVersion 30
versionCode 200002
versionName "2.0.2"
versionCode 200003
versionName "2.0.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

kapt {
Expand Down
10 changes: 10 additions & 0 deletions fastlane/metadata/android/en-GB/changelogs/200003.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- Track groups and graph groups are now just groups
- Create trackers anywhere
- Create graphs anywhere
- Create groups anywhere
- Create nested groups
- Long press on default value + to enter value manually
- Fix can't see cancel buttons on import/export dialogs
- Hide FAB on scroll
- Fix crashing on tutorial with OOM
- Fix layout crashing on small screens
4 changes: 2 additions & 2 deletions release-checklist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ or for release

# bundle exec fastlane supply --aab app/release/app-release.aab

5. Commit everything and tag the commit e.g. rc-v1.0.0 for release candidate or v1.0.0 for release (you only want to tag once google play has accepted the upload)
6. While this is uploading you can build an apk for the release (using Android Studio)

6. Build an apk for the release (using Android Studio)
5. Commit everything and tag the commit e.g. rc-v1.0.0 for release candidate or v1.0.0 for release (you only want to tag once google play has accepted the upload) as F-droid uses these tags for its own releases

7. On GitHub create a new release using the new tag and attatch the apk to it. Also copy the release notes in here.

0 comments on commit ef7906a

Please sign in to comment.