Skip to content

Commit

Permalink
Publish (#2127)
Browse files Browse the repository at this point in the history
* Publish

 - @segment/[email protected]
 - @segment/[email protected]
 - @segment/[email protected]
 - @segment/[email protected]
 - @segment/[email protected]
 - @segment/[email protected]
 - @segment/[email protected]
 - @segment/[email protected]
 - @segment/[email protected]
 - @segment/[email protected]
 - @segment/[email protected]
 - @segment/[email protected]
 - @segment/[email protected]
 - @segment/[email protected]
 - @segment/[email protected]
 - @segment/[email protected]
 - @segment/[email protected]
 - @segment/[email protected]
 - @segment/[email protected]
 - @segment/[email protected]
 - @segment/[email protected]
 - @segment/[email protected]
 - @segment/[email protected]
 - @segment/[email protected]
 - @segment/[email protected]
 - @segment/[email protected]
 - @segment/[email protected]
 - @segment/[email protected]
 - @segment/[email protected]
 - @segment/[email protected]
 - @segment/[email protected]
 - @segment/[email protected]
 - @segment/[email protected]
 - @segment/[email protected]
 - @segment/[email protected]
 - @segment/[email protected]
 - @segment/[email protected]
 - @segment/[email protected]
 - @segment/[email protected]
 - @segment/[email protected]
 - @segment/[email protected]
 - @segment/[email protected]
 - @segment/[email protected]

* Use from-package workflow instead of from-git

* Comment out the release script
  • Loading branch information
varadarajan-tw authored Jul 2, 2024
1 parent 717922f commit 2d8f0e5
Show file tree
Hide file tree
Showing 44 changed files with 172 additions and 170 deletions.
42 changes: 22 additions & 20 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,24 +56,26 @@ jobs:
- name: Publish
run: |
yarn lerna publish from-git --yes --allowBranch=main --loglevel=verbose --dist-tag latest
yarn lerna publish from-package --yes --allowBranch=main --loglevel=verbose --dist-tag latest
release:
needs: build-and-publish # comment when testing locally with https://github.com/nektos/act
runs-on: ubuntu-20.04
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for computing changelog
fetch-tags: true

- name: Create Github Release
id: create-github-release
uses: actions/github-script@v7
env:
RELEASE_TAG: ${{ steps.get-release-tag.outputs.release-tag }}
with:
script: |
const script = require('./scripts/github-action/create-github-release.js')
await script({github, context, core, exec})
# Commenting this out temporarily until we fix the release script to not rely on tags
# release:
# needs: build-and-publish # comment when testing locally with https://github.com/nektos/act
#
# runs-on: ubuntu-20.04
# timeout-minutes: 15
# steps:
# - uses: actions/checkout@v4
# with:
# fetch-depth: 0 # Shallow clones should be disabled for computing changelog
# fetch-tags: true
#
# - name: Create Github Release
# id: create-github-release
# uses: actions/github-script@v7
# env:
# RELEASE_TAG: ${{ steps.get-release-tag.outputs.release-tag }}
# with:
# script: |
# const script = require('./scripts/github-action/create-github-release.js')
# await script({github, context, core, exec})
4 changes: 2 additions & 2 deletions packages/actions-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@segment/actions-shared",
"description": "Shared destination action methods and definitions.",
"version": "1.98.0",
"version": "1.99.0",
"repository": {
"type": "git",
"url": "https://github.com/segmentio/action-destinations",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@amplitude/ua-parser-js": "^0.7.25",
"@segment/actions-core": "^3.116.0",
"@segment/actions-core": "^3.117.0",
"cheerio": "^1.0.0-rc.10",
"dayjs": "^1.10.7",
"escape-goat": "^3",
Expand Down
4 changes: 2 additions & 2 deletions packages/browser-destination-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@segment/browser-destination-runtime",
"version": "1.46.0",
"version": "1.47.0",
"license": "MIT",
"publishConfig": {
"access": "public",
Expand Down Expand Up @@ -62,7 +62,7 @@
}
},
"dependencies": {
"@segment/actions-core": "^3.116.0"
"@segment/actions-core": "^3.117.0"
},
"devDependencies": {
"@segment/analytics-next": "*"
Expand Down
4 changes: 2 additions & 2 deletions packages/browser-destinations/destinations/1flow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@segment/analytics-browser-actions-1flow",
"version": "1.29.0",
"version": "1.30.0",
"license": "MIT",
"publishConfig": {
"access": "public",
Expand All @@ -15,7 +15,7 @@
},
"typings": "./dist/esm",
"dependencies": {
"@segment/browser-destination-runtime": "^1.46.0"
"@segment/browser-destination-runtime": "^1.47.0"
},
"peerDependencies": {
"@segment/analytics-next": ">=1.55.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@segment/analytics-browser-actions-adobe-target",
"version": "1.47.0",
"version": "1.48.0",
"license": "MIT",
"publishConfig": {
"access": "public",
Expand All @@ -16,7 +16,7 @@
},
"typings": "./dist/esm",
"dependencies": {
"@segment/browser-destination-runtime": "^1.46.0"
"@segment/browser-destination-runtime": "^1.47.0"
},
"peerDependencies": {
"@segment/analytics-next": ">=1.55.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@segment/analytics-browser-actions-algolia-plugins",
"version": "1.24.0",
"version": "1.25.0",
"license": "MIT",
"publishConfig": {
"access": "public",
Expand All @@ -15,7 +15,7 @@
},
"typings": "./dist/esm",
"dependencies": {
"@segment/browser-destination-runtime": "^1.46.0"
"@segment/browser-destination-runtime": "^1.47.0"
},
"peerDependencies": {
"@segment/analytics-next": ">=1.55.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@segment/analytics-browser-actions-amplitude-plugins",
"version": "1.47.0",
"version": "1.48.0",
"license": "MIT",
"publishConfig": {
"access": "public",
Expand All @@ -15,7 +15,7 @@
},
"typings": "./dist/esm",
"dependencies": {
"@segment/browser-destination-runtime": "^1.46.0"
"@segment/browser-destination-runtime": "^1.47.0"
},
"peerDependencies": {
"@segment/analytics-next": ">=1.55.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@segment/analytics-browser-actions-braze-cloud-plugins",
"version": "1.50.0",
"version": "1.51.0",
"license": "MIT",
"publishConfig": {
"access": "public",
Expand All @@ -15,8 +15,8 @@
},
"typings": "./dist/esm",
"dependencies": {
"@segment/analytics-browser-actions-braze": "^1.50.0",
"@segment/browser-destination-runtime": "^1.46.0"
"@segment/analytics-browser-actions-braze": "^1.51.0",
"@segment/browser-destination-runtime": "^1.47.0"
},
"peerDependencies": {
"@segment/analytics-next": ">=1.55.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/browser-destinations/destinations/braze/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@segment/analytics-browser-actions-braze",
"version": "1.50.0",
"version": "1.51.0",
"license": "MIT",
"publishConfig": {
"access": "public",
Expand Down Expand Up @@ -35,8 +35,8 @@
"dependencies": {
"@braze/web-sdk": "npm:@braze/web-sdk@^4.1.0",
"@braze/web-sdk-v3": "npm:@braze/web-sdk@^3.5.1",
"@segment/actions-core": "^3.116.0",
"@segment/browser-destination-runtime": "^1.46.0"
"@segment/actions-core": "^3.117.0",
"@segment/browser-destination-runtime": "^1.47.0"
},
"peerDependencies": {
"@segment/analytics-next": ">=1.55.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@segment/analytics-browser-actions-bucket",
"version": "1.27.0",
"version": "1.28.0",
"license": "MIT",
"publishConfig": {
"access": "public",
Expand All @@ -16,8 +16,8 @@
"typings": "./dist/esm",
"dependencies": {
"@bucketco/tracking-sdk": "^2.0.0",
"@segment/actions-core": "^3.116.0",
"@segment/browser-destination-runtime": "^1.46.0"
"@segment/actions-core": "^3.117.0",
"@segment/browser-destination-runtime": "^1.47.0"
},
"peerDependencies": {
"@segment/analytics-next": ">=1.55.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@segment/analytics-browser-actions-cdpresolution",
"version": "1.34.0",
"version": "1.35.0",
"license": "MIT",
"publishConfig": {
"access": "public",
Expand All @@ -15,7 +15,7 @@
},
"typings": "./dist/esm",
"dependencies": {
"@segment/browser-destination-runtime": "^1.46.0"
"@segment/browser-destination-runtime": "^1.47.0"
},
"peerDependencies": {
"@segment/analytics-next": ">=1.55.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@segment/analytics-browser-actions-commandbar",
"version": "1.47.0",
"version": "1.48.0",
"license": "MIT",
"publishConfig": {
"access": "public",
Expand All @@ -15,8 +15,8 @@
},
"typings": "./dist/esm",
"dependencies": {
"@segment/actions-core": "^3.116.0",
"@segment/browser-destination-runtime": "^1.46.0"
"@segment/actions-core": "^3.117.0",
"@segment/browser-destination-runtime": "^1.47.0"
},
"peerDependencies": {
"@segment/analytics-next": ">=1.55.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@segment/analytics-browser-actions-devrev",
"version": "1.34.0",
"version": "1.35.0",
"license": "MIT",
"publishConfig": {
"access": "public",
Expand All @@ -15,7 +15,7 @@
},
"typings": "./dist/esm",
"dependencies": {
"@segment/browser-destination-runtime": "^1.46.0"
"@segment/browser-destination-runtime": "^1.47.0"
},
"peerDependencies": {
"@segment/analytics-next": ">=1.55.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@segment/analytics-browser-actions-friendbuy",
"version": "1.48.0",
"version": "1.49.0",
"license": "MIT",
"publishConfig": {
"access": "public",
Expand All @@ -15,9 +15,9 @@
},
"typings": "./dist/esm",
"dependencies": {
"@segment/actions-core": "^3.116.0",
"@segment/actions-shared": "^1.98.0",
"@segment/browser-destination-runtime": "^1.46.0"
"@segment/actions-core": "^3.117.0",
"@segment/actions-shared": "^1.99.0",
"@segment/browser-destination-runtime": "^1.47.0"
},
"peerDependencies": {
"@segment/analytics-next": ">=1.55.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@segment/analytics-browser-actions-fullstory",
"version": "1.49.0",
"version": "1.50.0",
"license": "MIT",
"publishConfig": {
"access": "public",
Expand All @@ -16,8 +16,8 @@
"typings": "./dist/esm",
"dependencies": {
"@fullstory/browser": "^2.0.3",
"@segment/actions-core": "^3.116.0",
"@segment/browser-destination-runtime": "^1.46.0"
"@segment/actions-core": "^3.117.0",
"@segment/browser-destination-runtime": "^1.47.0"
},
"peerDependencies": {
"@segment/analytics-next": ">=1.55.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@segment/analytics-browser-actions-google-analytics-4",
"version": "1.54.0",
"version": "1.55.0",
"license": "MIT",
"publishConfig": {
"access": "public",
Expand All @@ -15,8 +15,8 @@
},
"typings": "./dist/esm",
"dependencies": {
"@segment/actions-core": "^3.116.0",
"@segment/browser-destination-runtime": "^1.46.0"
"@segment/actions-core": "^3.117.0",
"@segment/browser-destination-runtime": "^1.47.0"
},
"peerDependencies": {
"@segment/analytics-next": ">=1.55.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@segment/analytics-browser-actions-google-campaign-manager",
"version": "1.38.0",
"version": "1.39.0",
"license": "MIT",
"publishConfig": {
"access": "public",
Expand All @@ -15,7 +15,7 @@
},
"typings": "./dist/esm",
"dependencies": {
"@segment/browser-destination-runtime": "^1.46.0"
"@segment/browser-destination-runtime": "^1.47.0"
},
"peerDependencies": {
"@segment/analytics-next": ">=1.55.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/browser-destinations/destinations/heap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@segment/analytics-browser-actions-heap",
"version": "1.47.0",
"version": "1.48.0",
"license": "MIT",
"publishConfig": {
"access": "public",
Expand All @@ -15,8 +15,8 @@
},
"typings": "./dist/esm",
"dependencies": {
"@segment/actions-core": "^3.116.0",
"@segment/browser-destination-runtime": "^1.46.0"
"@segment/actions-core": "^3.117.0",
"@segment/browser-destination-runtime": "^1.47.0"
},
"peerDependencies": {
"@segment/analytics-next": ">=1.55.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@segment/analytics-browser-hubble-web",
"version": "1.33.0",
"version": "1.34.0",
"license": "MIT",
"publishConfig": {
"access": "public",
Expand All @@ -15,8 +15,8 @@
},
"typings": "./dist/esm",
"dependencies": {
"@segment/actions-core": "^3.116.0",
"@segment/browser-destination-runtime": "^1.46.0"
"@segment/actions-core": "^3.117.0",
"@segment/browser-destination-runtime": "^1.47.0"
},
"peerDependencies": {
"@segment/analytics-next": ">=1.55.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@segment/analytics-browser-actions-hubspot",
"version": "1.47.0",
"version": "1.48.0",
"license": "MIT",
"publishConfig": {
"access": "public",
Expand All @@ -15,8 +15,8 @@
},
"typings": "./dist/esm",
"dependencies": {
"@segment/actions-core": "^3.116.0",
"@segment/browser-destination-runtime": "^1.46.0"
"@segment/actions-core": "^3.117.0",
"@segment/browser-destination-runtime": "^1.47.0"
},
"peerDependencies": {
"@segment/analytics-next": ">=1.55.0"
Expand Down
Loading

0 comments on commit 2d8f0e5

Please sign in to comment.