Skip to content

Commit c3800e3

Browse files
authored
chore(docs): mark docs/snippets package as private (#2161)
* chore(docs): mark snippets package as private * chore(ci): fix version bump ua
1 parent e23bd55 commit c3800e3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: .github/workflows/make-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Update user agent version
3535
run: |
3636
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
37+
echo -e "// this file is auto generated, do not modify\nexport const PT_VERSION = '$VERSION';" > packages/commons/src/version.ts
3838
- name: Stage changes
3939
run: git add .
4040
- name: Set release version

Diff for: docs/snippets/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"name": "Amazon Web Services",
77
"url": "https://aws.amazon.com"
88
},
9+
"private": true,
910
"scripts": {
1011
"test": "echo 'Not Applicable'",
1112
"test:e2e": "echo 'Not Applicable'",

0 commit comments

Comments
 (0)