b3eb3d76a0
* add changesets * clean up scripts * remove test changeset * only build containers on push to production, clean up other workflows * keep building from main * remove production branch for now
12 lines
314 B
JSON
12 lines
314 B
JSON
{
|
|
"$schema": "https://unpkg.com/@changesets/config@2.3.1/schema.json",
|
|
"changelog": ["@changesets/changelog-github", { "repo": "bluesky-social/atproto" }],
|
|
"commit": false,
|
|
"fixed": [],
|
|
"linked": [],
|
|
"access": "public",
|
|
"baseBranch": "main",
|
|
"updateInternalDependencies": "patch",
|
|
"ignore": []
|
|
}
|