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:
parent
4f4fbe5076
commit
484f08523b
4 changed files with 1 additions and 9 deletions
|
@ -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.
|
|
|
@ -29,7 +29,6 @@ cache
|
||||||
.gitignore
|
.gitignore
|
||||||
|
|
||||||
.changeset
|
.changeset
|
||||||
.changeset-staged
|
|
||||||
.devcontainer
|
.devcontainer
|
||||||
.github
|
.github
|
||||||
.husky
|
.husky
|
||||||
|
|
|
@ -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/**' \
|
||||||
|
|
Loading…
Reference in a new issue