File tree Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 173
173
{{ /each }}
174
174
{{ /if }}
175
175
176
- {{ #if construction }}
177
- ### 🚧 Work in progress.
178
- {{ #each construction }}
179
- - {{> commitTemplate }}
180
- {{ /each }}
181
- {{ /if }}
182
-
183
176
{{ #if memo }}
184
177
### 📝 Add or update documentation.
185
178
{{ #each memo }}
Original file line number Diff line number Diff line change @@ -22,6 +22,9 @@ function run() {
22
22
}
23
23
24
24
for ( const key of Object . keys ( semverObj ) ) {
25
+ if ( key === 'ignore' ) {
26
+ continue
27
+ }
25
28
for ( const gitmojiObj of semverObj [ key ] ) {
26
29
res += buildH3Template ( gitmojiObj )
27
30
}
Original file line number Diff line number Diff line change @@ -70,5 +70,6 @@ semver:
70
70
- seedling # Add or update seed files.
71
71
- wastebasket # Deprecate code that needs to be cleaned up.
72
72
73
- ignore : # hide in changelog
73
+ # not add in release-template.hbs
74
+ ignore :
74
75
- construction # Work in progress.
You can’t perform that action at this time.
0 commit comments