瀏覽代碼

Add changesets

Loris Leiva 1 年之前
父節點
當前提交
5cd6f97fcc
共有 4 個文件被更改,包括 908 次插入3 次删除
  1. 8 0
      .changeset/README.md
  2. 14 0
      .changeset/config.json
  3. 2 0
      package.json
  4. 884 3
      pnpm-lock.yaml

+ 8 - 0
.changeset/README.md

@@ -0,0 +1,8 @@
+# Changesets
+
+Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
+with multi-package repos, or single-package repos to help you version and publish your code. You can
+find the full documentation for it [in our repository](https://github.com/changesets/changesets)
+
+We have a quick list of common questions to get you started engaging with this project in
+[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)

+ 14 - 0
.changeset/config.json

@@ -0,0 +1,14 @@
+{
+  "$schema": "https://unpkg.com/@changesets/config@3.0.0/schema.json",
+  "changelog": [
+    "@changesets/changelog-github",
+    { "repo": "solana-program/create-solana-program" }
+  ],
+  "commit": false,
+  "fixed": [],
+  "linked": [],
+  "access": "public",
+  "baseBranch": "main",
+  "updateInternalDependencies": "patch",
+  "ignore": []
+}

+ 2 - 0
package.json

@@ -32,6 +32,8 @@
   },
   "homepage": "https://github.com/solana-program/create-solana-program#readme",
   "devDependencies": {
+    "@changesets/changelog-github": "^0.5.0",
+    "@changesets/cli": "^2.27.1",
     "@tsconfig/node20": "^20.1.2",
     "@types/eslint": "^8.56.5",
     "@types/node": "^20.11.24",

File diff suppressed because it is too large
+ 884 - 3
pnpm-lock.yaml


Some files were not shown because too many files changed in this diff