diff --git a/.changeset/config.json b/.changeset/config.json index 6333fc0..9bdce4c 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -1,7 +1,7 @@ { "$schema": "https://unpkg.com/@changesets/config@3.0.5/schema.json", "changelog": "@changesets/cli/changelog", - "commit": true, + "commit": false, "fixed": [], "linked": [], "access": "public", diff --git a/.changeset/giant-ears-know.md b/.changeset/giant-ears-know.md new file mode 100644 index 0000000..ea22537 --- /dev/null +++ b/.changeset/giant-ears-know.md @@ -0,0 +1,5 @@ +--- +"create-better-t-stack": minor +--- + +initial release diff --git a/apps/cli/package.json b/apps/cli/package.json index 63f6329..fb8e0e9 100644 --- a/apps/cli/package.json +++ b/apps/cli/package.json @@ -1,11 +1,13 @@ { "name": "create-better-t-stack", - "version": "1.0.0", + "version": "0.0.0", "description": "CLI tool to scaffold Better-T Stack projects", "type": "module", + "license": "MIT", "bin": { "create-better-t-stack": "dist/index.js" }, + "keywords": [], "scripts": { "build": "tsup", "dev": "tsup --watch",