diff --git a/.releaserc b/.releaserc index fc8fd5f15..25150f320 100644 --- a/.releaserc +++ b/.releaserc @@ -32,7 +32,7 @@ { "assets": [ { - "path": "patches/build/libs/*.rvp" + "path": "patches/build/libs/patches-!(*sources*|*javadoc*).rvp?(.asc)" } ], successComment: false diff --git a/CHANGELOG.md b/CHANGELOG.md index f295c8034..275174498 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.3-dev.1](https://github.com/ReVanced/revanced-patches-template/compare/v1.0.2...v1.0.3-dev.1) (2024-09-08) + + +### Bug Fixes + +* Upload asset signature by fixing asset path glob pattern ([1378304](https://github.com/ReVanced/revanced-patches-template/commit/1378304809092e1f5a5c8fb4beb0964496222059)) + ## [1.0.2](https://github.com/ReVanced/revanced-patches-template/compare/v1.0.1...v1.0.2) (2024-09-08) ## [1.0.2-dev.1](https://github.com/ReVanced/revanced-patches-template/compare/v1.0.1...v1.0.2-dev.1) (2024-08-08) diff --git a/gradle.properties b/gradle.properties index 40a045e0a..deaf0da39 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ org.gradle.parallel = true org.gradle.caching = true kotlin.code.style = official -version = 1.0.2 +version = 1.0.3-dev.1 diff --git a/settings.gradle.kts b/settings.gradle.kts index d81d22ba1..4729d416d 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -16,5 +16,5 @@ pluginManagement { } plugins { - id("app.revanced.patches") version "1.0.0-dev.4" + id("app.revanced.patches") version "1.0.0-dev.5" }