File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 52
52
53
53
@echo
54
54
@echo
55
- @echo "$(PURPLE)# GEN: 2. Add semver field$(RESET)"
55
+ @echo "$(PURPLE)# GEN: 2. Update semver field$(RESET)"
56
56
yq '.' $(SEMVER_FILE) > build/src/semver.json
57
57
node gitmoji-semver.js
58
58
cat build/dist/tmp.json | jq > build/dist/gitmojis.json
59
59
rm build/dist/tmp.json
60
60
61
61
@echo
62
62
@echo
63
- @echo "$(PURPLE)# GEN: 3 . Generated!$(RESET)"
64
- @echo "Generated gitmojis.json and gitmojis.yml with semver field "
63
+ @echo "$(PURPLE)# GEN: 4 . Generated!$(RESET)"
64
+ @echo "Generated gitmojis.json and semver.json "
65
65
@echo "See ./build/dist"
66
66
67
67
@echo
Original file line number Diff line number Diff line change @@ -27,4 +27,6 @@ function semver(name) {
27
27
return null
28
28
}
29
29
30
+ // TODO: semver.jsonにフィールドを追加する
31
+
30
32
run ( )
You can’t perform that action at this time.
0 commit comments