File tree 1 file changed +23
-1
lines changed
1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -47,16 +47,38 @@ changelog:
47
47
48
48
brews :
49
49
- name : checkout
50
+ ids :
51
+ - checkout
50
52
description : Checkout is a tool for checking out new git branch with naming convention
51
53
license : MIT
52
54
homepage : https://github.com/mrados7/homebrews
55
+ dependencies :
56
+ - git
53
57
repository :
54
58
owner : mrados7
55
- name : homebrew-main
59
+ name : homebrews
60
+ branch : main
56
61
test : system "#{bin}/checkout", "-help"
57
62
install : |-
58
63
bin.install "checkout"
59
64
65
+ - name : commit
66
+ ids :
67
+ - commit
68
+ description : Commit is a tool for commiting changes with naming convention
69
+ license : MIT
70
+ homepage : https://github.com/mrados7/homebrews
71
+ dependencies :
72
+ - git
73
+ repository :
74
+ owner : mrados7
75
+ name : homebrews
76
+ branch : main
77
+ test : system "#{bin}/commit", "-help"
78
+ install : |-
79
+ bin.install "commit"
80
+
81
+
60
82
release :
61
83
footer : |
62
84
You can’t perform that action at this time.
0 commit comments