Skip to content

Commit

Permalink
chore: ignore private packages when running changesets actions (#1401)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhe committed Sep 13, 2024
1 parent 5306c73 commit c0bbe8f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 28 deletions.
6 changes: 5 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,9 @@
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": ["@aws-smithy/*"]
"ignore": ["@aws-smithy/*"],
"privatePackages": {
"tag": false,
"version": false
}
}
26 changes: 0 additions & 26 deletions private/smithy-rpcv2-cbor/CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion private/smithy-rpcv2-cbor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@smithy/smithy-rpcv2-cbor",
"description": "@smithy/smithy-rpcv2-cbor client",
"version": "1.0.0",
"version": "1.0.0-alpha.1",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down

0 comments on commit c0bbe8f

Please sign in to comment.