Skip to content

Commit b087c4b

Browse files
author
Paul Boocock
committed
Publish UMD versions of plugins to GitHub release (close #923)
1 parent ee404dc commit b087c4b

File tree

36 files changed

+248
-53
lines changed

36 files changed

+248
-53
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,11 @@ jobs:
5757
with:
5858
name: v${{ steps.get_version.outputs.version }}
5959
files: |
60-
./trackers/javascript-tracker/dist/sp.lite.js
6160
./trackers/javascript-tracker/dist/sp.js
61+
./trackers/javascript-tracker/dist/sp.js.map
62+
./trackers/javascript-tracker/dist/sp.lite.js
63+
./trackers/javascript-tracker/dist/sp.lite.js.map
64+
./plugins/*/dist/*.umd.min.js
65+
./plugins/*/dist/*.umd.min.js.map
6266
env:
6367
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/publish_prerelease.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,11 @@ jobs:
5858
name: v${{ steps.get_version.outputs.version }}
5959
prerelease: true
6060
files: |
61-
./trackers/javascript-tracker/dist/sp.lite.js
6261
./trackers/javascript-tracker/dist/sp.js
62+
./trackers/javascript-tracker/dist/sp.js.map
63+
./trackers/javascript-tracker/dist/sp.lite.js
64+
./trackers/javascript-tracker/dist/sp.lite.js.map
65+
./plugins/*/dist/*.umd.min.js
66+
./plugins/*/dist/*.umd.min.js.map
6367
env:
6468
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "Publish UMD versions of plugins to GitHub release (#923)",
5+
"type": "none",
6+
"packageName": "@snowplow/browser-plugin-ad-tracking"
7+
}
8+
],
9+
"packageName": "@snowplow/browser-plugin-ad-tracking",
10+
"email": "[email protected]"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "Publish UMD versions of plugins to GitHub release (#923)",
5+
"type": "none",
6+
"packageName": "@snowplow/browser-plugin-browser-features"
7+
}
8+
],
9+
"packageName": "@snowplow/browser-plugin-browser-features",
10+
"email": "[email protected]"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "Publish UMD versions of plugins to GitHub release (#923)",
5+
"type": "none",
6+
"packageName": "@snowplow/browser-plugin-client-hints"
7+
}
8+
],
9+
"packageName": "@snowplow/browser-plugin-client-hints",
10+
"email": "[email protected]"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "Publish UMD versions of plugins to GitHub release (#923)",
5+
"type": "none",
6+
"packageName": "@snowplow/browser-plugin-consent"
7+
}
8+
],
9+
"packageName": "@snowplow/browser-plugin-consent",
10+
"email": "[email protected]"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "Publish UMD versions of plugins to GitHub release (#923)",
5+
"type": "none",
6+
"packageName": "@snowplow/browser-plugin-ecommerce"
7+
}
8+
],
9+
"packageName": "@snowplow/browser-plugin-ecommerce",
10+
"email": "[email protected]"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "Publish UMD versions of plugins to GitHub release (#923)",
5+
"type": "none",
6+
"packageName": "@snowplow/browser-plugin-enhanced-ecommerce"
7+
}
8+
],
9+
"packageName": "@snowplow/browser-plugin-enhanced-ecommerce",
10+
"email": "[email protected]"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "Publish UMD versions of plugins to GitHub release (#923)",
5+
"type": "none",
6+
"packageName": "@snowplow/browser-plugin-error-tracking"
7+
}
8+
],
9+
"packageName": "@snowplow/browser-plugin-error-tracking",
10+
"email": "[email protected]"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "Publish UMD versions of plugins to GitHub release (#923)",
5+
"type": "none",
6+
"packageName": "@snowplow/browser-plugin-form-tracking"
7+
}
8+
],
9+
"packageName": "@snowplow/browser-plugin-form-tracking",
10+
"email": "[email protected]"
11+
}

0 commit comments

Comments
 (0)