@vavt/github-action-test 0.5.2 → 0.6.0

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.
package/CHANGELOG.md CHANGED
@@ -3,8 +3,32 @@
3
3
 
4
4
 
5
5
 
6
+
7
+
6
8
  <!-- next-release -->
7
9
 
10
+ ## 0.5.2 (2026-03-01)
11
+
12
+ ### Features
13
+
14
+ - None
15
+
16
+ ### Refactors
17
+
18
+ - None
19
+
20
+ ### Fixed Bugs
21
+
22
+ - 测试关闭BUG2 ([595dc1b](https://github.com/imzbf/github-action-test/commit/595dc1b1272223ee497dc62326b104939b7dc925))
23
+
24
+ ### Others
25
+
26
+ - ci: 测试评论BUG3 ([777ad35](https://github.com/imzbf/github-action-test/commit/777ad3587c6d6a20d58fe7656a07bc2a025ea4fa))
27
+
28
+ **Full Changelog**: [v0.5.1...v0.5.2](https://github.com/imzbf/github-action-test/compare/v0.5.1...v0.5.2)
29
+
30
+ ---
31
+
8
32
  ## 0.5.1 (2026-03-01)
9
33
 
10
34
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vavt/github-action-test",
3
- "version": "0.5.2",
3
+ "version": "0.6.0",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite",
@@ -1,29 +0,0 @@
1
- name: 创建一个Bug
2
- description: 描述一下这个Bug
3
- labels:
4
- - 'type: bug'
5
- - needs-triage
6
- body:
7
- - type: markdown
8
- attributes:
9
- value: 感谢您的参与。如果您正在寻求帮助,请从[此处](https://github.com/imzbf/md-editor-v3/discussions)创建讨论。
10
- - type: textarea
11
- id: description
12
- attributes:
13
- label: 描述这个Bug
14
- validations:
15
- required: true
16
- - type: input
17
- id: version
18
- attributes:
19
- label: 版本号
20
- description: 描述您的开发环境,例如编辑器、`nodejs`、浏览器的版本等。
21
- validations:
22
- required: true
23
- - type: input
24
- id: reproduction
25
- attributes:
26
- label: 问题重现链接
27
- description: 如果您提供在线代码环境或代码存储库或代码的`zip`文件,它可以帮助我快速发现问题。
28
- validations:
29
- required: false
@@ -1,15 +0,0 @@
1
- name: 功能建议
2
- description: 为这个项目提供一个很棒的想法
3
- labels:
4
- - 'type: feature'
5
- - needs-triage
6
- body:
7
- - type: markdown
8
- attributes:
9
- value: 感谢您的参与。
10
- - type: textarea
11
- id: description
12
- attributes:
13
- label: 一个很棒的想法
14
- validations:
15
- required: true