1+ {
2+ "Release Note Breaking change" : {
3+ "scope" : " plaintext" ,
4+ "prefix" : " release-note-breaking-change" ,
5+ "body" : [
6+ " ```release-note:breaking-change" ,
7+ " `resource/cloudavenue_xx` - Short Description." ,
8+ " `datasource/cloudavenue_xx` - Short Description." ,
9+ " ```"
10+ ]
11+ },
12+ "Release Note New stringvalidator" : {
13+ "scope" : " plaintext" ,
14+ "prefix" : " release-note-new-stringvalidator" ,
15+ "body" : [
16+ " ```release-note:feature" ,
17+ " `stringvalidator/xxx` - Short Description." ,
18+ " ```"
19+ ]
20+ },
21+ "Release Note New boolvalidator" : {
22+ "scope" : " plaintext" ,
23+ "prefix" : " release-note-new-boolvalidator" ,
24+ "body" : [
25+ " ```release-note:feature" ,
26+ " `boolvalidator/xxx` - Short Description." ,
27+ " ```"
28+ ]
29+ },
30+ "Release Note New int64validator" : {
31+ "scope" : " plaintext" ,
32+ "prefix" : " release-note-new-intvalidator" ,
33+ "body" : [
34+ " ```release-note:feature" ,
35+ " `intvalidator/xxx` - Short Description." ,
36+ " ```"
37+ ]
38+ },
39+ "Release Note New float64validator" : {
40+ "scope" : " plaintext" ,
41+ "prefix" : " release-note-new-floatvalidator" ,
42+ "body" : [
43+ " ```release-note:feature" ,
44+ " `floatvalidator/xxx` - Short Description." ,
45+ " ```"
46+ ]
47+ },
48+ "Release Note New listvalidator" : {
49+ "scope" : " plaintext" ,
50+ "prefix" : " release-note-new-listvalidator" ,
51+ "body" : [
52+ " ```release-note:feature" ,
53+ " `listvalidator/xxx` - Short Description." ,
54+ " ```"
55+ ]
56+ },
57+ "Release Note New mapvalidator" : {
58+ "scope" : " plaintext" ,
59+ "prefix" : " release-note-new-mapvalidator" ,
60+ "body" : [
61+ " ```release-note:feature" ,
62+ " `mapvalidator/xxx` - Short Description." ,
63+ " ```"
64+ ]
65+ },
66+ "Release Note New setvalidator" : {
67+ "scope" : " plaintext" ,
68+ "prefix" : " release-note-new-setvalidator" ,
69+ "body" : [
70+ " ```release-note:feature" ,
71+ " `setvalidator/xxx` - Short Description." ,
72+ " ```"
73+ ]
74+ },
75+ // Release note feature
76+ "Release Note New Feature" : {
77+ "scope" : " plaintext" ,
78+ "prefix" : " release-note-feature" ,
79+ "body" : [
80+ " ```release-note:feature" ,
81+ " `resource/cloudavenue_xx` - Short Description." ,
82+ " `datasource/cloudavenue_xx` - Short Description." ,
83+ " ```"
84+ ]
85+ },
86+ // Release note bug
87+ "Release Note Bug" : {
88+ "scope" : " plaintext" ,
89+ "prefix" : " release-note-bug" ,
90+ "body" : [
91+ " ```release-note:bug" ,
92+ " `resource/cloudavenue_xx` - Short Description." ,
93+ " `datasource/cloudavenue_xx` - Short Description." ,
94+ " ```"
95+ ]
96+ },
97+ // Release note Note
98+ "Release Note Note" : {
99+ "scope" : " plaintext" ,
100+ "prefix" : " release-note-note" ,
101+ "body" : [
102+ " ```release-note:note" ,
103+ " `resource/cloudavenue_xx` - Short Description." ,
104+ " `datasource/cloudavenue_xx` - Short Description." ,
105+ " ```"
106+ ]
107+ },
108+ // Release note enchancement
109+ "Release Note Enhancement" : {
110+ "scope" : " plaintext" ,
111+ "prefix" : " release-note-enhancement" ,
112+ "body" : [
113+ " ```release-note:enhancement" ,
114+ " `resource/cloudavenue_xx` - Short Description." ,
115+ " `datasource/cloudavenue_xx` - Short Description." ,
116+ " ```"
117+ ]
118+ },
119+ }
0 commit comments