0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

chore: add changeset-staged dir (#2800)

This commit is contained in:
Gao Sun 2023-01-01 21:46:03 +08:00 committed by GitHub
parent 9c1b3d77aa
commit 04a1c9ddf3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 3 deletions

View file

@ -0,0 +1,7 @@
# 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.

View file

@ -25,7 +25,14 @@ cache
.idea/
*.pem
.history
.vscode
.git
.github
.gitignore
.changeset
.changeset-staged
.devcontainer
.github
.husky
.parcel-cache
.scripts
.vscode

View file

@ -12,7 +12,7 @@ NODE_ENV=production pnpm i
echo Prune files
# Some node packages use `src` as their dist folder, so ignore them from the rm list in the end
find \
.git .changeset .devcontainer .github .husky .parcel-cache .scripts .vscode pnpm-*.yaml *.js \
.git .changeset .changeset-staged .devcontainer .github .husky .parcel-cache .scripts .vscode pnpm-*.yaml *.js \
packages/**/src \
packages/**/*.config.js packages/**/*.config.ts packages/**/tsconfig*.json \
! -path '**/node_modules/**' \