Skip to content

Commit 680812a

Browse files
authored
Merge pull request #250 from rudderlabs/release/v1.7.3
chore(release): pull release/v1.7.3 into main
2 parents 67fc39f + 3fd9303 commit 680812a

File tree

6 files changed

+9
-20
lines changed

6 files changed

+9
-20
lines changed

.github/workflows/build-pr-artifacts.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
tag_name=branch-$(echo ${{ github.head_ref }} | tr "/" .)
4444
echo "Tag Name: $tag_name"
4545
echo "tag_name=$tag_name" >> $GITHUB_OUTPUT
46+
4647
build:
4748
name: Build Shopify Tracker Docker Image
4849
uses: ./.github/workflows/build-and-push-docker-image.yml

.github/workflows/prod-deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ on:
33
push:
44
branches: [main]
55

6-
permissions: read-all
6+
permissions:
7+
contents: read
8+
id-token: write
79

810
jobs:
911
extract-version:

.github/workflows/publish-new-release.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -77,22 +77,6 @@ jobs:
7777
env:
7878
GH_TOKEN: ${{ secrets.PAT }}
7979

80-
- name: Delete Release Branch
81-
uses: koj-co/delete-merged-action@63a03c35810a8a7d4840d18793c0f68ff8b59450 # master
82-
if: startsWith(github.event.pull_request.head.ref, 'release/')
83-
with:
84-
branches: 'release/*'
85-
env:
86-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
87-
88-
- name: Delete Hotfix Release Branch
89-
uses: koj-co/delete-merged-action@63a03c35810a8a7d4840d18793c0f68ff8b59450 # master
90-
if: startsWith(github.event.pull_request.head.ref, 'hotfix-release/')
91-
with:
92-
branches: 'hotfix-release/*'
93-
env:
94-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
95-
9680
- name: Notify Slack Channel
9781
id: slack
9882
uses: slackapi/slack-github-action@37ebaef184d7626c5f204ab8d3baff4262dd30f0 # v1.27.0

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [1.7.3](https://github.com/rudderlabs/rudder-shopify-tracker/compare/v1.7.2...v1.7.3) (2026-01-07)
6+
57
### [1.7.2](https://github.com/rudderlabs/rudder-shopify-tracker/compare/v1.7.1...v1.7.2) (2026-01-07)
68

79

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rudderstack-shopify-tracker",
3-
"version": "1.7.2",
3+
"version": "1.7.3",
44
"description": "Tracks client-side events on Shopify stores",
55
"main": "src/main.js",
66
"scripts": {

0 commit comments

Comments
 (0)