Skip to content

Commit e8cd460

Browse files
authored
chore(ci): automate user agent version bump (#2105)
1 parent a9fb7de commit e8cd460

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/make-version.yml

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
id: bump-version
3333
run: |
3434
npx lerna version --conventional-commits --no-git-tag-version --no-push --no-commit-hooks --yes
35+
echo "// this file is auto generated, do not modify\nexport const PT_VERSION = '$(jq -r '.version' lerna.json)';" > packages/commons/src/version.ts
3536
git add .
3637
- name: Set release version
3738
id: set-release-version

0 commit comments

Comments
 (0)