Skip to content

Commit e4eae0b

Browse files
committed
docs: Prepare for publishing in VS Code Marketplace (#18)
* Add release settings #9 * Setup changelog #9 * Remove unnecessary files #9 * Add repository and keywords to package.json #9 * Add icon to package.json #9 * Add contributors to package.json #9
1 parent 8010611 commit e4eae0b

File tree

5 files changed

+42
-28
lines changed

5 files changed

+42
-28
lines changed

.github/release.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
changelog:
2+
categories:
3+
- title: Features
4+
labels:
5+
- Feature
6+
- title: Fixed
7+
labels:
8+
- Bug
9+
- title: Documentation
10+
labels:
11+
- Documentation
12+
- title: Other
13+
labels:
14+
- "*"

CHANGELOG.md

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
All notable changes to the "vue3-vscode-snippets" extension will be documented in this file.
44

5-
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
6-
75
## [Unreleased]
86

97
- Initial release

images/vue-logo.png

14.2 KB
Loading

package.json

+28-3
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,47 @@
11
{
2-
"name": "vue3-vscode-snippets",
2+
"name": "vue-3-vscode-snippets",
33
"displayName": "Vue 3 VS Code Snippets",
44
"description": "Vue 3 snippets for VS Code",
5+
"icon": "images/vue-logo.png",
56
"version": "0.0.0",
67
"publisher": "exer7um",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/ExEr7um/vue3-vscode-snippets.git"
11+
},
712
"author": {
813
"name": "Vasily Kuzin",
9-
"email": "[email protected]"
14+
"email": "[email protected]",
15+
"url": "https://github.com/ExEr7um"
1016
},
1117
"contributors": [
1218
{
1319
"name": "Sarah Drasner",
14-
"email": "[email protected]"
20+
"email": "[email protected]",
21+
"url": "https://github.com/sdras"
22+
},
23+
{
24+
"name": "Daniel Kelly",
25+
"email": "[email protected]",
26+
"url": "https://github.com/danielkellyio"
1527
}
1628
],
1729
"engines": {
1830
"vscode": "^1.69.0"
1931
},
32+
"keywords": [
33+
"Vue",
34+
"Vue 3",
35+
"Nuxt",
36+
"Nuxt 3",
37+
"Pinia",
38+
"Vue Snippets",
39+
"Vue 3 snippets",
40+
"Nuxt snippets",
41+
"Nuxt 3 snippets",
42+
"Pinia snippets",
43+
"Composition API"
44+
],
2045
"categories": [
2146
"Snippets"
2247
],

vsc-extension-quickstart.md

-23
This file was deleted.

0 commit comments

Comments
 (0)