Skip to content

Commit 76f5e51

Browse files
committed
✨ 功能(.github/workflows/main.yml):使用通配符支持推送的标签
📝 加载(.github/workflows/main.yml):更新发布流程 🔥 移除(images/icon-light.svg):删除不再使用的图标文件 📝 更新(package.json):更新插件描述 ⬆️ 升级(package.json):升级版本到0.0.4 📝 更新(package.json):更新关键字和描述,增加新的关键字和描述 📸 更新(package.json):更新插件图标的路径
1 parent 77cdc81 commit 76f5e51

4 files changed

Lines changed: 19 additions & 15 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
push:
33
tags:
4-
- "*"
4+
- '*'
55

66
name: Deploy Extension
77
jobs:
@@ -12,11 +12,7 @@ jobs:
1212
- uses: actions/setup-node@v1
1313
with:
1414
node-version: 16
15-
- run: npm i
16-
# - name: Publish to Open VSX Registry
17-
# uses: HaaLeo/publish-vscode-extension@v1
18-
# with:
19-
# pat: ${{ secrets.OPEN_VSX_TOKEN }}
15+
- run: npm install
2016
- name: Publish to Visual Studio Marketplace
2117
uses: HaaLeo/publish-vscode-extension@v1
2218
with:

images/icon-light.svg

Lines changed: 0 additions & 5 deletions
This file was deleted.
File renamed without changes.

package.json

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,28 @@
11
{
22
"name": "ai-commit",
33
"displayName": "AI Commit",
4-
"description": "An ai commit vscode plugin powered by gpt",
5-
"version": "0.0.3",
4+
"description": "Use Azure/OpenAI API to review Git changes, generate conventional commit messages that meet the conventions, simplify the commit process, and keep the commit conventions consistent.",
5+
"version": "0.0.4",
66
"engines": {
77
"node": ">=16",
88
"vscode": "^1.77.0"
99
},
1010
"categories": [
1111
"Other"
1212
],
13+
"keywords": [
14+
"Azure",
15+
"OpenAI",
16+
"ChatGPT",
17+
"GitEmoji",
18+
"Git Commit",
19+
"Conventional Commits",
20+
"Commitizen",
21+
"Commit Message",
22+
"Commit Message Generator",
23+
"AI Commit",
24+
"Auto Commit"
25+
],
1326
"publisher": "sitoi",
1427
"repository": "https://github.com/sitoi/ai-commit",
1528
"icon": "images/logo.png",
@@ -21,8 +34,8 @@
2134
{
2235
"command": "extension.ai-commit",
2336
"icon": {
24-
"dark": "images/icon-dark.svg",
25-
"light": "images/icon-light.svg"
37+
"dark": "images/icon.svg",
38+
"light": "images/icon.svg"
2639
},
2740
"title": "AI Commit"
2841
}

0 commit comments

Comments
 (0)