We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9fb7de commit e8cd460Copy full SHA for e8cd460
.github/workflows/make-version.yml
@@ -32,6 +32,7 @@ jobs:
32
id: bump-version
33
run: |
34
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
36
git add .
37
- name: Set release version
38
id: set-release-version
0 commit comments