Skip to content

Commit

Permalink
ci(release): add --ignore flag for template package name (#108)
Browse files Browse the repository at this point in the history
* ci(release): add --ignore flag for template package name

* chore(list-stage): add yml, yaml extension
  • Loading branch information
froggy1014 authored Jan 22, 2025
1 parent fba28cc commit 8e8c260
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
version: pnpm changeset version
version: pnpm changeset version --ignore @sipe-team/package-name
publish: pnpm changeset publish
commit: "chore(release): version packages"
env:
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,10 @@
"biome lint --write",
"eslint --fix --flag unstable_ts_config"
],
"*.{json,css,yml,yaml}": ["biome format --write", "biome lint --write"]
"*.{json,css,js,ts,yml,yaml}": [
"biome format --write",
"biome lint --write"
]
},
"config": {
"commitizen": {
Expand Down

0 comments on commit 8e8c260

Please sign in to comment.