Skip to content

Commit

Permalink
Merge pull request #1700 from DSheirer/1651-gradle-build-version-naming
Browse files Browse the repository at this point in the history
#1651 Version 0.6.0 Beta 4 and Version Naming Conventions
  • Loading branch information
DSheirer authored Nov 5, 2023
2 parents 1489c97 + 3d974dd commit 09c8723
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,17 @@ repositories {
maven { url "https://jitpack.io" }
}

//Note: this should match the GitLab release tag.
version = '0.6.0-beta-3'
/**
* Version naming conventions:
* Alpha: maj.min.patch-alpha-build
* Beta: maj.min.patch-beta-build
* Release: maj.min.patch
*
* Note: this is so that the file names for the resultant release build products match the GitLab release asset
* tag name, specifically the dashes inserted before and after the alpha/beta labels.
* See: https://github.com/DSheirer/sdrtrunk/issues/1651
*/
version = '0.6.0-beta-4'

//Java 20 is required for this version of the Project Panama preview/incubator feature
java {
Expand Down

0 comments on commit 09c8723

Please sign in to comment.