We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8cd460 commit cd39d82Copy full SHA for cd39d82
.github/workflows/make-version.yml
@@ -32,7 +32,6 @@ 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