File tree Expand file tree Collapse file tree 2 files changed +67
-0
lines changed Expand file tree Collapse file tree 2 files changed +67
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "release-type" : " ruby" ,
3+ "changelog-sections" : [
4+ {
5+ "type" : " feat" ,
6+ "section" : " Features"
7+ },
8+ {
9+ "type" : " feature" ,
10+ "section" : " Features"
11+ },
12+ {
13+ "type" : " fix" ,
14+ "section" : " Bug Fixes"
15+ },
16+ {
17+ "type" : " perf" ,
18+ "section" : " Performance Improvements"
19+ },
20+ {
21+ "type" : " revert" ,
22+ "section" : " Reverts"
23+ },
24+ {
25+ "type" : " docs" ,
26+ "section" : " Documentation"
27+ },
28+ {
29+ "type" : " style" ,
30+ "section" : " Styles" ,
31+ "hidden" : true
32+ },
33+ {
34+ "type" : " chore" ,
35+ "section" : " Miscellaneous Chores" ,
36+ "hidden" : true
37+ },
38+ {
39+ "type" : " refactor" ,
40+ "section" : " Code Refactoring"
41+ },
42+ {
43+ "type" : " test" ,
44+ "section" : " Tests"
45+ },
46+ {
47+ "type" : " build" ,
48+ "section" : " Build System" ,
49+ "hidden" : true
50+ },
51+ {
52+ "type" : " ci" ,
53+ "section" : " Continuous Integration" ,
54+ "hidden" : true
55+ }
56+ ],
57+ "packages" : {
58+ "." : {
59+ "release-type" : " ruby" ,
60+ "package-name" : " rails_url_shortener" ,
61+ "version-file" : " lib/rails_url_shortener/version.rb"
62+ }
63+ }
64+ }
Original file line number Diff line number Diff line change 1+ {
2+ "." : " 0.2.10"
3+ }
You can’t perform that action at this time.
0 commit comments