Skip to content

Commit

Permalink
Merge branch 'release/release/0.15.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
holtwick committed Dec 4, 2023
2 parents 05e80b1 + 860b29a commit 23117b3
Show file tree
Hide file tree
Showing 440 changed files with 25 additions and 3,119 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Release

on:
push:
tags:
- 'release/*'

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

- uses: actions/setup-node@v3
with:
node-version: 16.x

- run: npx changelogithub
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ dist
dist-ssr
*.local
*.log
*.sh
src/common/msg/channel-wkwebview.ts
coverage
_archive
.npmrc
.npmrc*
.npmrc*
1 change: 0 additions & 1 deletion docs/.nojekyll

This file was deleted.

92 changes: 0 additions & 92 deletions docs/assets/highlight.css

This file was deleted.

59 changes: 0 additions & 59 deletions docs/assets/main.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/assets/navigation.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/assets/search.js

This file was deleted.

Loading

0 comments on commit 23117b3

Please sign in to comment.