Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
fix release script, bump version (#290)
Browse files Browse the repository at this point in the history
* changeset

* make packaging part of the release script
  • Loading branch information
Rich-Harris authored May 20, 2024
1 parent 83aeb89 commit 0ec6b3f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/pretty-buttons-appear.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sveltejs/site-kit': patch
---

chore: force version bump
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ jobs:

- run: pnpm install --frozen-lockfile

- name: Package
run: pnpm package

- name: Create Release Pull Request or Publish to npm
id: changesets
uses: changesets/action@v1
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
"pnpm": ">=8"
},
"scripts": {
"package": "pnpm -r package",
"changeset": "changeset",
"ci:release": "changeset publish",
"ci:release": "pnpm -r package && changeset publish",
"ci:version": "changeset version"
},
"devDependencies": {
Expand Down

0 comments on commit 0ec6b3f

Please sign in to comment.