Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 6 additions & 16 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,15 @@
name: Release

permissions:
contents: write

on:
push:
tags:
- 'v*'

jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- uses: actions/setup-node@v3
with:
node-version: 20.17.0

- run: npx changelogithub
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: sxzz/workflows/.github/workflows/release.yml@v1
with:
publish: true
permissions:
contents: write
id-token: write
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@vite-pwa/sveltekit",
"type": "module",
"version": "1.0.0",
"packageManager": "pnpm@10.7.0",
"packageManager": "pnpm@10.18.2",
"description": "Zero-config PWA for SvelteKit",
"author": "antfu <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -45,8 +45,8 @@
"build": "unbuild",
"lint": "eslint .",
"lint:fix": "nr lint --fix",
"prepublishOnly": "npm run build",
"release": "bumpp && npm publish",
"prepublishOnly": "pnpm build",
"release": "bumpp",
"test": "pnpm run -C examples/sveltekit-ts test && pnpm run -C examples/sveltekit-ts-assets-generator test"
},
"peerDependencies": {
Expand All @@ -61,7 +61,7 @@
"dependencies": {
"kolorist": "^1.8.0",
"tinyglobby": "^0.2.9",
"vite-plugin-pwa": "^1.0.0"
"vite-plugin-pwa": "^1.1.0"
},
"devDependencies": {
"@antfu/eslint-config": "^4.11.0",
Expand Down
13 changes: 7 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading