Skip to content

Commit 8544ab7

Browse files
authored
feat: remove generated apk upload to github (#15)
1 parent 68ce89e commit 8544ab7

File tree

5 files changed

+32
-28
lines changed

5 files changed

+32
-28
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: gradle
4+
directory: "/core-sdk-samples/higgs-shop-sample-app/"
5+
schedule:
6+
interval: daily
7+
time: "08:00"
8+
timezone: "America/New_York"
9+
target-branch: "development"
10+
labels: ['dependabot']
11+
open-pull-requests-limit: 10

CHANGELOG.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,60 @@
1-
# [0.7.0](https://github.com/mParticle/mparticle-android-sample-apps-internal/compare/v0.6.0...v0.7.0) (2022-03-09)
1+
# [0.7.0](https://github.com/mParticle/mparticle-android-sample-apps/compare/v0.6.0...v0.7.0) (2022-03-09)
22

33

44
### Features
55

6-
* add in checkout screen foundational work, account, and apikey check ([#11](https://github.com/mParticle/mparticle-android-sample-apps-internal/issues/11)) ([35e3264](https://github.com/mParticle/mparticle-android-sample-apps-internal/commit/35e32640c21816d391ebbfab9818adf6270962e6))
7-
* checkout screen cleanup ([#12](https://github.com/mParticle/mparticle-android-sample-apps-internal/issues/12)) ([8f35d06](https://github.com/mParticle/mparticle-android-sample-apps-internal/commit/8f35d06fe827f56ea60dbe2e3c1b1a4c2e26e42f))
6+
* add in checkout screen foundational work, account, and apikey check ([#11](https://github.com/mParticle/mparticle-android-sample-apps/issues/11)) ([35e3264](https://github.com/mParticle/mparticle-android-sample-apps/commit/35e32640c21816d391ebbfab9818adf6270962e6))
7+
* checkout screen cleanup ([#12](https://github.com/mParticle/mparticle-android-sample-apps/issues/12)) ([8f35d06](https://github.com/mParticle/mparticle-android-sample-apps/commit/8f35d06fe827f56ea60dbe2e3c1b1a4c2e26e42f))
88

9-
# [0.6.0](https://github.com/mParticle/mparticle-android-sample-apps-internal/compare/v0.5.0...v0.6.0) (2022-03-03)
9+
# [0.6.0](https://github.com/mParticle/mparticle-android-sample-apps/compare/v0.5.0...v0.6.0) (2022-03-03)
1010

1111

1212
### Features
1313

14-
* add in cart functionality to UI ([#10](https://github.com/mParticle/mparticle-android-sample-apps-internal/issues/10)) ([2d1eb87](https://github.com/mParticle/mparticle-android-sample-apps-internal/commit/2d1eb87e5503d2e34189f7a9aa2c5568f1a76d40))
14+
* add in cart functionality to UI ([#10](https://github.com/mParticle/mparticle-android-sample-apps/issues/10)) ([2d1eb87](https://github.com/mParticle/mparticle-android-sample-apps/commit/2d1eb87e5503d2e34189f7a9aa2c5568f1a76d40))
1515

16-
# [0.5.0](https://github.com/mParticle/mparticle-android-sample-apps-internal/compare/v0.4.0...v0.5.0) (2022-02-23)
16+
# [0.5.0](https://github.com/mParticle/mparticle-android-sample-apps/compare/v0.4.0...v0.5.0) (2022-02-23)
1717

1818

1919
### Features
2020

21-
* add nav, shop, detail screen ([#9](https://github.com/mParticle/mparticle-android-sample-apps-internal/issues/9)) ([a0febb3](https://github.com/mParticle/mparticle-android-sample-apps-internal/commit/a0febb39aafbc2ab1b3040a34f756aa596d85b89))
21+
* add nav, shop, detail screen ([#9](https://github.com/mParticle/mparticle-android-sample-apps/issues/9)) ([a0febb3](https://github.com/mParticle/mparticle-android-sample-apps/commit/a0febb39aafbc2ab1b3040a34f756aa596d85b89))
2222

23-
# [0.4.0](https://github.com/mParticle/mparticle-android-sample-apps-internal/compare/v0.3.0...v0.4.0) (2022-02-14)
23+
# [0.4.0](https://github.com/mParticle/mparticle-android-sample-apps/compare/v0.3.0...v0.4.0) (2022-02-14)
2424

2525

2626
### Bug Fixes
2727

28-
* rename folder path for semantic release job ([#8](https://github.com/mParticle/mparticle-android-sample-apps-internal/issues/8)) ([452fb84](https://github.com/mParticle/mparticle-android-sample-apps-internal/commit/452fb84d28f4277446349fe6724996153997b136))
29-
* separate out push and pull jobs ([#7](https://github.com/mParticle/mparticle-android-sample-apps-internal/issues/7)) ([019db02](https://github.com/mParticle/mparticle-android-sample-apps-internal/commit/019db02aa6bed8a421a52ace994ea8ffe7411aa2))
28+
* rename folder path for semantic release job ([#8](https://github.com/mParticle/mparticle-android-sample-apps/issues/8)) ([452fb84](https://github.com/mParticle/mparticle-android-sample-apps/commit/452fb84d28f4277446349fe6724996153997b136))
29+
* separate out push and pull jobs ([#7](https://github.com/mParticle/mparticle-android-sample-apps/issues/7)) ([019db02](https://github.com/mParticle/mparticle-android-sample-apps/commit/019db02aa6bed8a421a52ace994ea8ffe7411aa2))
3030

3131

3232
### Features
3333

34-
* add branded splash page ([#5](https://github.com/mParticle/mparticle-android-sample-apps-internal/issues/5)) ([013e7e4](https://github.com/mParticle/mparticle-android-sample-apps-internal/commit/013e7e4cbe1d98684ba3bdce84e41114df076786))
34+
* add branded splash page ([#5](https://github.com/mParticle/mparticle-android-sample-apps/issues/5)) ([013e7e4](https://github.com/mParticle/mparticle-android-sample-apps/commit/013e7e4cbe1d98684ba3bdce84e41114df076786))
3535

36-
# [0.3.0](https://github.com/mParticle/mparticle-android-sample-apps-internal/compare/v0.2.0...v0.3.0) (2022-02-11)
36+
# [0.3.0](https://github.com/mParticle/mparticle-android-sample-apps/compare/v0.2.0...v0.3.0) (2022-02-11)
3737

3838

3939
### Features
4040

41-
* add release APK to Github release ([#4](https://github.com/mParticle/mparticle-android-sample-apps-internal/issues/4)) ([e81c699](https://github.com/mParticle/mparticle-android-sample-apps-internal/commit/e81c699c129455fbc4b4908b0544ff0dc845f474))
41+
* add release APK to Github release ([#4](https://github.com/mParticle/mparticle-android-sample-apps/issues/4)) ([e81c699](https://github.com/mParticle/mparticle-android-sample-apps/commit/e81c699c129455fbc4b4908b0544ff0dc845f474))
4242

43-
# [0.2.0](https://github.com/mParticle/mparticle-android-sample-apps-internal/compare/v0.1.0...v0.2.0) (2022-02-09)
43+
# [0.2.0](https://github.com/mParticle/mparticle-android-sample-apps/compare/v0.1.0...v0.2.0) (2022-02-09)
4444

4545

4646
### Bug Fixes
4747

48-
* update semantic release yml ([#3](https://github.com/mParticle/mparticle-android-sample-apps-internal/issues/3)) ([625030a](https://github.com/mParticle/mparticle-android-sample-apps-internal/commit/625030ad7a3aaac79f0ed0275c38ae1beaafb40d))
48+
* update semantic release yml ([#3](https://github.com/mParticle/mparticle-android-sample-apps/issues/3)) ([625030a](https://github.com/mParticle/mparticle-android-sample-apps/commit/625030ad7a3aaac79f0ed0275c38ae1beaafb40d))
4949

5050

5151
### Features
5252

53-
* add mparticle to sample app ([#2](https://github.com/mParticle/mparticle-android-sample-apps-internal/issues/2)) ([1f59112](https://github.com/mParticle/mparticle-android-sample-apps-internal/commit/1f591121666e709ce5207e6d70c49fcac1d4d2d0))
53+
* add mparticle to sample app ([#2](https://github.com/mParticle/mparticle-android-sample-apps/issues/2)) ([1f59112](https://github.com/mParticle/mparticle-android-sample-apps/commit/1f591121666e709ce5207e6d70c49fcac1d4d2d0))
5454

55-
# [0.1.0](https://github.com/mParticle/mparticle-android-sample-apps-internal/compare/v0.0.1...v0.1.0) (2022-02-09)
55+
# [0.1.0](https://github.com/mParticle/mparticle-android-sample-apps/compare/v0.0.1...v0.1.0) (2022-02-09)
5656

5757

5858
### Features
5959

60-
* hello world foundation work ([#1](https://github.com/mParticle/mparticle-android-sample-apps-internal/issues/1)) ([97f2ad1](https://github.com/mParticle/mparticle-android-sample-apps-internal/commit/97f2ad1cd5595ac0cea1ee0023b464977a5354d2))
60+
* hello world foundation work ([#1](https://github.com/mParticle/mparticle-android-sample-apps/issues/1)) ([97f2ad1](https://github.com/mParticle/mparticle-android-sample-apps/commit/97f2ad1cd5595ac0cea1ee0023b464977a5354d2))

core-sdk-samples/higgs-shop-sample-app/CHANGELOG.md

Whitespace-only changes.

release.config.js

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,7 @@ module.exports = {
3838
prepareCmd: "sh ./release.sh ${nextRelease.version}",
3939
},
4040
],
41-
["@semantic-release/github", {
42-
"assets": [
43-
{
44-
path: "dist/HiggsShopSampleApp-**.apk",
45-
label: "HiggsShopSampleApp-${nextRelease.version}.apk"
46-
},
47-
]
48-
}],
41+
["@semantic-release/github"],
4942
[
5043
"@semantic-release/git",
5144
{

release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ git add :/*.kts
1616

1717
#create and rename release APK for Github
1818
./gradlew assembleDebug
19-
mkdir dist
20-
mv core-sdk-samples/higgs-shop-sample-app/app/build/outputs/apk/debug/app-debug.apk "dist/HiggsShopSampleApp-$1.apk"
19+
#mkdir dist
20+
#mv core-sdk-samples/higgs-shop-sample-app/app/build/outputs/apk/debug/app-debug.apk "dist/HiggsShopSampleApp-$1.apk"

0 commit comments

Comments
 (0)