@vavt/github-action-test 0.0.3 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,8 +1,44 @@
1
1
  'type: bug':
2
- - '/(bug|error|exception|crash|defect|regression|报错|异常|崩溃|问题)/i'
2
+ - '/(bug|error|exception|crash|defect|regression|报错|异常|崩溃|问题|失效)/i'
3
3
  'type: feature':
4
- - '/(feature|enhancement|proposal|improve|优化|建议|功能|需求)/i'
4
+ - '/(feature|enhancement|proposal|request|improve|优化|建议|功能|需求)/i'
5
5
  'type: docs':
6
- - '/(doc|docs|documentation|文档)/i'
6
+ - '/(doc|docs|documentation|readme|文档|示例)/i'
7
7
  'type: question':
8
8
  - '/(question|how to|usage|help|咨询|请教|怎么|如何)/i'
9
+ 'type: performance':
10
+ - '/(performance|optimi[sz]e|slow|lag|卡顿|性能|优化)/i'
11
+ 'type: security':
12
+ - '/(security|xss|sanitize|sanitizer|漏洞|注入|安全)/i'
13
+
14
+ 'area: editor-core':
15
+ - '/(editor|codemirror|cursor|selection|shortcut|快捷键|编辑器|输入)/i'
16
+ 'area: preview':
17
+ - '/(preview|catalog|toc|scroll|anchor|预览|目录|滚动|锚点)/i'
18
+ 'area: toolbar':
19
+ - '/(toolbar|tool bar|button|dropdown|modal|工具栏|按钮|弹窗)/i'
20
+ 'area: theme':
21
+ - '/(theme|style|css|dark mode|light mode|主题|样式)/i'
22
+ 'area: upload':
23
+ - '/(upload|image|paste|clip|cropper|裁剪|上传|图片|粘贴)/i'
24
+ 'area: i18n':
25
+ - '/(i18n|locale|language|国际化|多语言|翻译)/i'
26
+ 'area: ssr':
27
+ - '/(ssr|server-side|nuxt|next|hydration|服务端渲染)/i'
28
+ 'area: mobile':
29
+ - '/(mobile|ios|android|touch|h5|移动端|手机)/i'
30
+ 'area: mermaid':
31
+ - '/(mermaid|flowchart|sequence diagram|gantt|流程图|时序图|甘特图)/i'
32
+ 'area: katex':
33
+ - '/(katex|mathjax|formula|equation|数学公式|公式)/i'
34
+ 'area: wysiwyg':
35
+ - '/(wysiwyg|rich text|所见即所得)/i'
36
+ 'area: xss':
37
+ - '/(xss|sanitize|sanitizer|script injection|注入|跨站)/i'
38
+ 'area: cdn':
39
+ - '/(cdn|unpkg|jsdelivr|esm\.sh|cdn\.jsdelivr|distribution)/i'
40
+
41
+ needs-demo:
42
+ - '/(need demo|demo required|请提供demo|提供demo|复现demo)/i'
43
+ needs-repro:
44
+ - '/(no repro|cannot reproduce|repro steps|最小复现|无法复现|缺少复现)/i'
@@ -6,19 +6,118 @@
6
6
  description: New feature or enhancement request
7
7
  - name: 'type: docs'
8
8
  color: 0075ca
9
- description: Documentation related
9
+ description: Documentation related changes
10
10
  - name: 'type: question'
11
11
  color: d876e3
12
12
  description: Usage or support question
13
+ - name: 'type: performance'
14
+ color: fbca04
15
+ description: Performance or optimization improvement
16
+ - name: 'type: security'
17
+ color: b60205
18
+ description: Security related issue or change
19
+ - name: 'type: refactor'
20
+ color: cfd3d7
21
+ description: Refactoring without behavior changes
22
+
23
+ - name: 'area: editor-core'
24
+ color: 5319e7
25
+ description: Core editor behavior and input handling
26
+ - name: 'area: preview'
27
+ color: 1d76db
28
+ description: Markdown preview and catalog
29
+ - name: 'area: toolbar'
30
+ color: 0e8a16
31
+ description: Toolbar and custom toolbar components
32
+ - name: 'area: theme'
33
+ color: c5def5
34
+ description: Theme, style and appearance
35
+ - name: 'area: upload'
36
+ color: 0052cc
37
+ description: Image upload, paste, clip and crop flow
38
+ - name: 'area: extensions'
39
+ color: 7057ff
40
+ description: Plugin and extension ecosystem
41
+ - name: 'area: i18n'
42
+ color: 006b75
43
+ description: Language pack and localization
44
+ - name: 'area: ssr'
45
+ color: 0b3d91
46
+ description: Server-side rendering integration
47
+ - name: 'area: mobile'
48
+ color: 6f42c1
49
+ description: Mobile and touch behavior
50
+ - name: 'area: mermaid'
51
+ color: 6a5acd
52
+ description: Mermaid rendering support
53
+ - name: 'area: katex'
54
+ color: 1f6feb
55
+ description: KaTeX/math rendering support
56
+ - name: 'area: wysiwyg'
57
+ color: b76e79
58
+ description: WYSIWYG editing mode
59
+ - name: 'area: xss'
60
+ color: 8b0000
61
+ description: XSS sanitization and content safety
62
+ - name: 'area: cdn'
63
+ color: b08800
64
+ description: CDN usage and package distribution
65
+ - name: 'area: docs-site'
66
+ color: 0366d6
67
+ description: Documentation site and examples
68
+
13
69
  - name: needs-triage
14
70
  color: fbca04
15
71
  description: Needs maintainer triage
72
+ - name: needs-demo
73
+ color: 00bcd4
74
+ description: More details or a runnable demo is required
75
+ - name: needs-repro
76
+ color: ff9800
77
+ description: Reproduction steps or minimal repo required
16
78
  - name: stale
17
79
  color: eeeeee
18
80
  description: Inactive issue
81
+ - name: release-blocker
82
+ color: d93f0b
83
+ description: Must be resolved before release
84
+
85
+ - name: 'priority: p0'
86
+ color: b60205
87
+ description: Critical issue, urgent fix
88
+ - name: 'priority: p1'
89
+ color: d93f0b
90
+ description: High priority
91
+ - name: 'priority: p2'
92
+ color: fbca04
93
+ description: Normal priority
94
+ - name: 'priority: p3'
95
+ color: 0e8a16
96
+ description: Low priority
97
+
98
+ - name: 'resolution: duplicate'
99
+ color: cfd3d7
100
+ description: Already tracked by another issue
101
+ - name: 'resolution: invalid'
102
+ color: e4e669
103
+ description: Report is invalid or incomplete
104
+ - name: 'resolution: not-bug'
105
+ color: f9d0c4
106
+ description: Expected behavior, not a bug
107
+ - name: wontfix
108
+ color: ffffff
109
+ description: This will not be worked on
110
+
111
+ - name: good first issue
112
+ color: 7057ff
113
+ description: Good for newcomers
114
+ - name: help wanted
115
+ color: 008672
116
+ description: Extra attention is needed
117
+
19
118
  - name: breaking-change
20
119
  color: b60205
21
- description: Includes breaking API/behavior changes
120
+ description: Includes breaking API or behavior changes
22
121
  - name: dependencies
23
122
  color: 0366d6
24
123
  description: Dependency updates
@@ -30,4 +129,56 @@
30
129
  description: Maintenance tasks
31
130
  - name: skip-changelog
32
131
  color: ffffff
33
- description: Exclude from release notes/changelog
132
+ description: Exclude from release notes and changelog
133
+
134
+ - name: bug
135
+ color: d73a4a
136
+ description: Legacy alias of type bug
137
+ - name: documentation
138
+ color: 0075ca
139
+ description: Legacy alias of type docs
140
+ - name: enhancement
141
+ color: a2eeef
142
+ description: Legacy alias of type feature
143
+ - name: question
144
+ color: d876e3
145
+ description: Legacy alias of type question
146
+ - name: duplicate
147
+ color: cfd3d7
148
+ description: Legacy alias of resolution duplicate
149
+ - name: invalid
150
+ color: e4e669
151
+ description: Legacy alias of resolution invalid
152
+ - name: optimize
153
+ color: fbca04
154
+ description: Legacy alias of type performance
155
+ - name: not bug
156
+ color: f9d0c4
157
+ description: Legacy alias of resolution not-bug
158
+ - name: need demo
159
+ color: 00bcd4
160
+ description: Legacy alias of needs-demo
161
+ - name: no example
162
+ color: ff9800
163
+ description: Legacy alias of needs-repro
164
+ - name: mobile
165
+ color: 6f42c1
166
+ description: Legacy alias of area mobile
167
+ - name: mermaid
168
+ color: 6a5acd
169
+ description: Legacy alias of area mermaid
170
+ - name: katex
171
+ color: 1f6feb
172
+ description: Legacy alias of area katex
173
+ - name: WYSIWYG
174
+ color: b76e79
175
+ description: Legacy alias of area wysiwyg
176
+ - name: cdn
177
+ color: b08800
178
+ description: Legacy alias of area cdn
179
+ - name: cropper
180
+ color: 0052cc
181
+ description: Legacy alias of area upload
182
+ - name: v4xss
183
+ color: 8b0000
184
+ description: Legacy alias of area xss
@@ -3,23 +3,36 @@ changelog:
3
3
  - title: Breaking Changes
4
4
  labels:
5
5
  - breaking-change
6
+ - release-blocker
6
7
  - title: Features
7
8
  labels:
8
9
  - 'type: feature'
9
10
  - enhancement
11
+ - title: Performance
12
+ labels:
13
+ - 'type: performance'
14
+ - optimize
10
15
  - title: Bug Fixes
11
16
  labels:
12
17
  - 'type: bug'
13
18
  - bug
19
+ - title: Security
20
+ labels:
21
+ - 'type: security'
22
+ - 'area: xss'
23
+ - v4xss
14
24
  - title: Documentation
15
25
  labels:
16
26
  - 'type: docs'
17
27
  - documentation
18
28
  - title: Maintenance
19
29
  labels:
30
+ - 'type: refactor'
20
31
  - chore
21
32
  - dependencies
22
33
  - ci
23
34
  exclude:
24
35
  labels:
25
36
  - skip-changelog
37
+ - 'type: question'
38
+ - question
package/CHANGELOG.md CHANGED
@@ -2,4 +2,12 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## v0.0.3 (2026-02-28)
6
+
7
+ <!-- Release notes generated using configuration in .github/release.yml at v0.0.3 -->
8
+
9
+
10
+
11
+ **Full Changelog**: https://github.com/imzbf/github-action-test/compare/v0.0.2...v0.0.3
12
+
5
13
  <!-- next-release -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vavt/github-action-test",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite",