Skip to content

Commit

Permalink
git tag instruction for fdroid
Browse files Browse the repository at this point in the history
  • Loading branch information
mendhak committed Nov 5, 2023
1 parent 248bd12 commit 269cf99
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,12 @@ F-Droid watches the Github repository for tags, and will build those tags, and s

Ensure that [gpslogger/build.gradle](gpslogger/build.gradle#L47-L48) `versionCode` and `versionName` contains the latest version number to be released.

Finally tag the commit,

```bash
git tag -s v128
```

## Working notes for F-Droid

Use the fdroidserver docker image. Clone the fdroid metadata repo and make changes to the com.mendhak.gpslogger.yml file.
Expand Down

0 comments on commit 269cf99

Please sign in to comment.