Skip to content

Commit 21c1cc1

Browse files
committed
chore: ignore private packages when running changesets actions
1 parent b2be4f3 commit 21c1cc1

File tree

3 files changed

+6
-28
lines changed

3 files changed

+6
-28
lines changed

.changeset/config.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,9 @@
77
"access": "public",
88
"baseBranch": "main",
99
"updateInternalDependencies": "patch",
10-
"ignore": ["@aws-smithy/*"]
10+
"ignore": ["@aws-smithy/*"],
11+
"privatePackages": {
12+
"tag": false,
13+
"version": false
14+
}
1115
}

private/smithy-rpcv2-cbor/CHANGELOG.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

private/smithy-rpcv2-cbor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@smithy/smithy-rpcv2-cbor",
33
"description": "@smithy/smithy-rpcv2-cbor client",
4-
"version": "1.0.0",
4+
"version": "1.0.0-alpha.1",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

0 commit comments

Comments
 (0)