Skip to content

Commit

Permalink
chore: bumpp
Browse files Browse the repository at this point in the history
  • Loading branch information
wiidede committed Jun 13, 2023
1 parent bee80af commit 84c78c6
Show file tree
Hide file tree
Showing 3 changed files with 845 additions and 585 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:
- 'v*'

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

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

- run: npx changelogithub
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
29 changes: 15 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
"displayName": "Liquid Ray",
"description": "a unibody vscode theme ",
"version": "1.0.1",
"icon": "icon.png",
"galleryBanner": {
"color": "#252526",
"theme": "dark"
},
"publisher": "wiidede",
"author": {
"name": "wiidede",
"url": "https://github.com/wiidede",
"email": "[email protected]"
},
"repository": {
"url": "https://github.com/wiidede/Liquid-Ray"
},
"icon": "icon.png",
"galleryBanner": {
"color": "#252526",
"theme": "dark"
},
"publisher": "wiidede",
"author": {
"name": "wiidede",
"url": "https://github.com/wiidede",
"email": "[email protected]"
},
"repository": {
"url": "https://github.com/wiidede/Liquid-Ray"
},
"engines": {
"vscode": "^1.71.0"
},
Expand All @@ -43,6 +43,7 @@
"devDependencies": {
"@antfu/eslint-config": "^0.19.4",
"@types/node": "^17.0.23",
"bumpp": "^9.1.1",
"eslint": "^8.12.0",
"esno": "^0.14.1",
"nodemon": "^2.0.15",
Expand Down
Loading

0 comments on commit 84c78c6

Please sign in to comment.