Skip to content

Commit 86d0ce3

Browse files
authored
fix: changeset package name bug (update-app-version workflow) (#127)
The package name should be `helm-charts` instead of `hdx-oss-v2` in changeset Ref: HDX-2563
1 parent 9b374cb commit 86d0ce3

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
"hdx-oss-v2": patch
2+
"helm-charts": patch
33
---
44

55
chore: update appVersion to 2.4.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
"hdx-oss-v2": patch
2+
"helm-charts": patch
33
---
44

55
chore: update appVersion to 2.5.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
"hdx-oss-v2": patch
2+
"helm-charts": patch
33
---
44

55
chore: update appVersion to 2.6.0

.github/workflows/update-app-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
mkdir -p .changeset
3131
cat > .changeset/update-app-version-${{ github.event.inputs.tag }}.md << 'EOF'
3232
---
33-
"hdx-oss-v2": patch
33+
"helm-charts": patch
3434
---
35-
35+
3636
chore: update appVersion to ${{ github.event.inputs.tag }}
3737
EOF
3838

0 commit comments

Comments
 (0)