-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): pulling release-v2/2.4.0 into master-v2
chore(release): pulling release-v2/2.4.0 into master-v2
- Loading branch information
Showing
35 changed files
with
3,404 additions
and
14,611 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
16.15.1 | ||
18.17.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
## 0.2.0 (2023-08-01) | ||
## 0.2.0 (2023-09-19) | ||
|
||
|
||
### Features | ||
|
||
* error stats library implementation ([#307](https://github.com/rudderlabs/rudder-sdk-android/issues/307)) ([abc5a41](https://github.com/rudderlabs/rudder-sdk-android/commit/abc5a410affda77d99b731e645d38e18e6d05037)), closes [#271](https://github.com/rudderlabs/rudder-sdk-android/issues/271) | ||
* metrics v2 ([#256](https://github.com/rudderlabs/rudder-sdk-android/issues/256)) ([c0b9639](https://github.com/rudderlabs/rudder-sdk-android/commit/c0b96397a14c5ff5baa3900804fd3b5b02d21304)) |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,23 +7,30 @@ | |
"build": { | ||
"dependsOn": [ | ||
{ | ||
"projects":[ | ||
"rudderjsonadapter"], | ||
"target":"build" | ||
"projects": [ | ||
"rudderjsonadapter" | ||
], | ||
"target": "build" | ||
} | ||
], | ||
"executor": "@jnxplus/nx-gradle:build", | ||
"outputs": ["./gsonrudderadapter/build"] | ||
"outputs": [ | ||
"{projectRoot}/gsonrudderadapter/build" | ||
] | ||
}, | ||
"lint": { | ||
"dependsOn": ["build"], | ||
"dependsOn": [ | ||
"build" | ||
], | ||
"executor": "@jnxplus/nx-gradle:lint", | ||
"options": { | ||
"linter": "ktlint" | ||
} | ||
}, | ||
"test": { | ||
"dependsOn": ["build"], | ||
"dependsOn": [ | ||
"build" | ||
], | ||
"executor": "@jnxplus/nx-gradle:test" | ||
}, | ||
"ktformat": { | ||
|
@@ -46,19 +53,24 @@ | |
"github": { | ||
"executor": "@jscutlery/semver:github", | ||
"options": { | ||
"title": "[email protected]", | ||
"tag": "[email protected]", | ||
"notesFile": "./gsonrudderadapter/CHANGELOG_LATEST.md" | ||
} | ||
}, | ||
"release-sonatype": { | ||
"dependsOn": ["build"], | ||
"dependsOn": [ | ||
"build" | ||
], | ||
"executor": "nx:run-commands", | ||
"options": { | ||
"command": "echo 'gsonrudderadapter-release' && ./gradlew publishToSonatype -p gsonrudderadapter -Prelease && ./gradlew findSonatypeStagingRepository closeSonatypeStagingRepository && ./gradlew findSonatypeStagingRepository releaseSonatypeStagingRepository" | ||
} | ||
}, | ||
"snapshot-release": { | ||
"dependsOn": ["build"], | ||
"dependsOn": [ | ||
"build" | ||
], | ||
"executor": "nx:run-commands", | ||
"options": { | ||
"command": "echo 'gsonrudderadapter-snapshot' && cd gsonrudderadapter && sh ../gradlew generatePomFileForReleasePublication && sh ../gradlew publishToSonatype && cd .." | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,12 @@ | ||
## 0.1.0 (2023-08-01) | ||
## 0.2.0 (2023-09-19) | ||
|
||
|
||
### Features | ||
|
||
* error stats library implementation ([#307](https://github.com/rudderlabs/rudder-sdk-android/issues/307)) ([abc5a41](https://github.com/rudderlabs/rudder-sdk-android/commit/abc5a410affda77d99b731e645d38e18e6d05037)), closes [#271](https://github.com/rudderlabs/rudder-sdk-android/issues/271) | ||
* metrics v2 ([#256](https://github.com/rudderlabs/rudder-sdk-android/issues/256)) ([c0b9639](https://github.com/rudderlabs/rudder-sdk-android/commit/c0b96397a14c5ff5baa3900804fd3b5b02d21304)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* manual release + last minute fixes ([#275](https://github.com/rudderlabs/rudder-sdk-android/issues/275)) ([a52e9f7](https://github.com/rudderlabs/rudder-sdk-android/commit/a52e9f7567eb494a83ed6f57f6bd36017afaf39b)), closes [#256](https://github.com/rudderlabs/rudder-sdk-android/issues/256) |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,24 +7,30 @@ | |
"build": { | ||
"dependsOn": [ | ||
{ | ||
"projects":[ | ||
"projects": [ | ||
"rudderjsonadapter" | ||
], | ||
"target":"build" | ||
"target": "build" | ||
} | ||
], | ||
"executor": "@jnxplus/nx-gradle:build", | ||
"outputs": ["./jacksonrudderadapter/build"] | ||
"outputs": [ | ||
"{projectRoot}/jacksonrudderadapter/build" | ||
] | ||
}, | ||
"lint": { | ||
"dependsOn": ["build"], | ||
"dependsOn": [ | ||
"build" | ||
], | ||
"executor": "@jnxplus/nx-gradle:lint", | ||
"options": { | ||
"linter": "ktlint" | ||
} | ||
}, | ||
"test": { | ||
"dependsOn": ["build"], | ||
"dependsOn": [ | ||
"build" | ||
], | ||
"executor": "@jnxplus/nx-gradle:test" | ||
}, | ||
"ktformat": { | ||
|
@@ -47,19 +53,24 @@ | |
"github": { | ||
"executor": "@jscutlery/semver:github", | ||
"options": { | ||
"title": "[email protected]", | ||
"tag": "[email protected]", | ||
"notesFile": "./jacksonrudderadapter/CHANGELOG_LATEST.md" | ||
} | ||
}, | ||
"release-sonatype": { | ||
"dependsOn": ["build"], | ||
"dependsOn": [ | ||
"build" | ||
], | ||
"executor": "nx:run-commands", | ||
"options": { | ||
"command": "echo 'jacksonrudderadapter-release' && ./gradlew publishToSonatype -p jacksonrudderadapter -Prelease && ./gradlew findSonatypeStagingRepository closeSonatypeStagingRepository && ./gradlew findSonatypeStagingRepository releaseSonatypeStagingRepository" | ||
} | ||
}, | ||
"snapshot-release": { | ||
"dependsOn": ["build"], | ||
"dependsOn": [ | ||
"build" | ||
], | ||
"executor": "nx:run-commands", | ||
"options": { | ||
"command": "echo 'jacksonrudderadapter-snapshot' && cd jacksonrudderadapter && sh ../gradlew generatePomFileForReleasePublication && ../gradlew publishToSonatype && cd .." | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
## 0.1.0 (2023-08-01) | ||
## 0.1.0 (2023-09-19) | ||
|
||
|
||
### Features | ||
|
||
* metrics v2 ([#256](https://github.com/rudderlabs/rudder-sdk-android/issues/256)) ([c0b9639](https://github.com/rudderlabs/rudder-sdk-android/commit/c0b96397a14c5ff5baa3900804fd3b5b02d21304)) | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,17 +6,23 @@ | |
"targets": { | ||
"build": { | ||
"executor": "@jnxplus/nx-gradle:build", | ||
"outputs": ["./models/build"] | ||
"outputs": [ | ||
"{projectRoot}/models/build" | ||
] | ||
}, | ||
"lint": { | ||
"dependsOn": ["build"], | ||
"dependsOn": [ | ||
"build" | ||
], | ||
"executor": "@jnxplus/nx-gradle:lint", | ||
"options": { | ||
"linter": "ktlint" | ||
} | ||
}, | ||
"test": { | ||
"dependsOn": ["build"], | ||
"dependsOn": [ | ||
"build" | ||
], | ||
"executor": "@jnxplus/nx-gradle:test" | ||
}, | ||
"ktformat": { | ||
|
@@ -39,19 +45,24 @@ | |
"github": { | ||
"executor": "@jscutlery/semver:github", | ||
"options": { | ||
"title": "[email protected]", | ||
"tag": "[email protected]", | ||
"notesFile": "./models/CHANGELOG_LATEST.md" | ||
} | ||
}, | ||
"release-sonatype": { | ||
"dependsOn": ["build"], | ||
"dependsOn": [ | ||
"build" | ||
], | ||
"executor": "nx:run-commands", | ||
"options": { | ||
"command": "echo 'models-release' && cd models && sh ../gradlew generatePomFileForReleasePublication && ../gradlew publishToSonatype && cd .. && ./gradlew findSonatypeStagingRepository closeSonatypeStagingRepository && ./gradlew findSonatypeStagingRepository releaseSonatypeStagingRepository" | ||
} | ||
}, | ||
"snapshot-release": { | ||
"dependsOn": ["build"], | ||
"dependsOn": [ | ||
"build" | ||
], | ||
"executor": "nx:run-commands", | ||
"options": { | ||
"command": "echo 'models-snapshot' && cd models && sh ../gradlew generatePomFileForReleasePublication && ../gradlew publishToSonatype && cd .." | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,13 @@ | ||
## 0.1.0 (2023-08-01) | ||
## 0.1.0 (2023-09-19) | ||
|
||
|
||
### Features | ||
|
||
* error stats library implementation ([#307](https://github.com/rudderlabs/rudder-sdk-android/issues/307)) ([abc5a41](https://github.com/rudderlabs/rudder-sdk-android/commit/abc5a410affda77d99b731e645d38e18e6d05037)), closes [#271](https://github.com/rudderlabs/rudder-sdk-android/issues/271) | ||
* metrics v2 ([#256](https://github.com/rudderlabs/rudder-sdk-android/issues/256)) ([c0b9639](https://github.com/rudderlabs/rudder-sdk-android/commit/c0b96397a14c5ff5baa3900804fd3b5b02d21304)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* manual release + last minute fixes ([#275](https://github.com/rudderlabs/rudder-sdk-android/issues/275)) ([a52e9f7](https://github.com/rudderlabs/rudder-sdk-android/commit/a52e9f7567eb494a83ed6f57f6bd36017afaf39b)), closes [#256](https://github.com/rudderlabs/rudder-sdk-android/issues/256) | ||
|
Oops, something went wrong.