config.json 340 B

1234567891011121314
  1. {
  2. "$schema": "https://unpkg.com/@changesets/config@3.0.0/schema.json",
  3. "changelog": [
  4. "@changesets/changelog-github",
  5. { "repo": "solana-program/create-solana-program" }
  6. ],
  7. "commit": false,
  8. "fixed": [],
  9. "linked": [],
  10. "access": "public",
  11. "baseBranch": "main",
  12. "updateInternalDependencies": "patch",
  13. "ignore": []
  14. }