We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docs/snippets
1 parent e23bd55 commit c3800e3Copy full SHA for c3800e3
.github/workflows/make-version.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Update user agent version
35
run: |
36
VERSION=$(cat lerna.json | jq .version -r)
37
- echo -e "// this file is auto generated, do not modify\nexport const VERSION = '$VERSION';" > packages/commons/src/version.ts
+ echo -e "// this file is auto generated, do not modify\nexport const PT_VERSION = '$VERSION';" > packages/commons/src/version.ts
38
- name: Stage changes
39
run: git add .
40
- name: Set release version
docs/snippets/package.json
@@ -6,6 +6,7 @@
6
"name": "Amazon Web Services",
7
"url": "https://aws.amazon.com"
8
},
9
+ "private": true,
10
"scripts": {
11
"test": "echo 'Not Applicable'",
12
"test:e2e": "echo 'Not Applicable'",
0 commit comments