diff --git a/.changeset-staged/README.md b/.changeset-staged/README.md deleted file mode 100644 index 40219ca38..000000000 --- a/.changeset-staged/README.md +++ /dev/null @@ -1,7 +0,0 @@ -# Changeset Staged - -This is the directory for changesets that are going to submit to the next release. - -Because we want to keep both the partial release strategy and submitting changeset with the pull request, which has some conflicts with the default changeset strategy. - -Will figure out a proper solution in the future. diff --git a/.changeset-staged/pretty-hounds-sneeze.md b/.changeset/pretty-hounds-sneeze.md similarity index 100% rename from .changeset-staged/pretty-hounds-sneeze.md rename to .changeset/pretty-hounds-sneeze.md diff --git a/.dockerignore b/.dockerignore index a12800b69..c2a8efb41 100644 --- a/.dockerignore +++ b/.dockerignore @@ -29,7 +29,6 @@ cache .gitignore .changeset -.changeset-staged .devcontainer .github .husky diff --git a/.scripts/package.sh b/.scripts/package.sh index ffa6c0724..e8f448a96 100755 --- a/.scripts/package.sh +++ b/.scripts/package.sh @@ -18,7 +18,7 @@ fi # Some node packages use `src` as their dist folder, so ignore them from the rm list in the end find \ -.git .changeset .changeset-staged .devcontainer .github .husky .parcel-cache .scripts .vscode pnpm-*.yaml *.js \ +.git .changeset .devcontainer .github .husky .parcel-cache .scripts .vscode pnpm-*.yaml *.js \ packages/**/src \ packages/**/*.config.js packages/**/*.config.ts packages/**/tsconfig*.json \ ! -path '**/node_modules/**' \