Skip to content

Commit 9fc3b50

Browse files
committed
fix: Fix artifacts upload
1 parent 9135f47 commit 9fc3b50

4 files changed

Lines changed: 18 additions & 4 deletions

File tree

.releaserc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
{
3434
"assets": [
3535
{
36-
"path": "patches/build/libs/*.rvp"
36+
"path": "patches/build/libs/patches-!(*sources*|*javadoc*).rvp?(.asc)"
3737
}
3838
],
3939
successComment: false

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [1.4.3-dev.1](https://github.com/indrastorms/Dropped-Patches/compare/v1.4.2...v1.4.3-dev.1) (2024-10-26)
2+
3+
4+
### Bug Fixes
5+
6+
* force release ([bfddd8d](https://github.com/indrastorms/Dropped-Patches/commit/bfddd8d86b5cd3445e6fa54d946538fb2c80be78))
7+
8+
## [1.4.3-dev.1](https://github.com/indrastorms/Dropped-Patches/compare/v1.4.2...v1.4.3-dev.1) (2024-10-26)
9+
10+
11+
### Bug Fixes
12+
13+
* force release ([bfddd8d](https://github.com/indrastorms/Dropped-Patches/commit/bfddd8d86b5cd3445e6fa54d946538fb2c80be78))
14+
115
## [1.4.2](https://github.com/indrastorms/Dropped-Patches/compare/v1.4.1...v1.4.2) (2024-05-05)
216

317

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
org.gradle.parallel = true
22
org.gradle.caching = true
33
kotlin.code.style = official
4-
version = 1.4.2
4+
version = 1.4.3-dev.1

patches/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ group = "dropped.patches"
22

33
patches {
44
about {
5-
name = "Dropped Patches"
5+
name = "Dropped-Patches"
66
description = "Patches for ReVanced."
7-
source = "git@github.com:you/revanced-patches.git"
7+
source = "git@github.com:indrastorms/dropped-patches.git"
88
author = "indrastorms"
99
contact = "https://t.me/Indra012"
1010
license = "GNU General Public License v3.0"

0 commit comments

Comments
 (0)