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

chore: update changeset (#3643)

* chore: move changeset

* chore: remove changeset-staged
This commit is contained in:
Gao Sun 2023-03-30 19:28:08 +08:00 committed by GitHub
parent 4f4fbe5076
commit 484f08523b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 1 additions and 9 deletions

View file

@ -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.

View file

@ -29,7 +29,6 @@ cache
.gitignore .gitignore
.changeset .changeset
.changeset-staged
.devcontainer .devcontainer
.github .github
.husky .husky

View file

@ -18,7 +18,7 @@ fi
# Some node packages use `src` as their dist folder, so ignore them from the rm list in the end # Some node packages use `src` as their dist folder, so ignore them from the rm list in the end
find \ 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/**/src \
packages/**/*.config.js packages/**/*.config.ts packages/**/tsconfig*.json \ packages/**/*.config.js packages/**/*.config.ts packages/**/tsconfig*.json \
! -path '**/node_modules/**' \ ! -path '**/node_modules/**' \