77 "changelog-path" : " CHANGELOG.md" ,
88 "changelog-type" : " default" ,
99 "changelog-sections" : [
10- {"type" : " feat" , "section" : " 🚀 Added" , "hidden" : false },
11- {"type" : " fix" , "section" : " 🐛 Fixed" , "hidden" : false },
12- {"type" : " perf" , "section" : " ⚡ Performance" , "hidden" : false },
13- {"type" : " docs" , "section" : " 📚 Documentation" , "hidden" : false },
14- {"type" : " style" , "section" : " 🎨 Style" , "hidden" : false },
15- {"type" : " refactor" , "section" : " ♻️ Refactor" , "hidden" : false },
16- {"type" : " test" , "section" : " 🧪 Tests" , "hidden" : false },
17- {"type" : " chore" , "section" : " 🔧 Maintenance" , "hidden" : false }
10+ {"type" : " feat" , "section" : " ### ✨ Added" , "hidden" : false },
11+ {"type" : " fix" , "section" : " ### 🐛 Fixed" , "hidden" : false },
12+ {"type" : " perf" , "section" : " ### ⚡ Performance" , "hidden" : false },
13+ {"type" : " docs" , "section" : " ### 📚 Documentation" , "hidden" : false },
14+ {"type" : " style" , "section" : " ### 🎨 Style" , "hidden" : false },
15+ {"type" : " refactor" , "section" : " ### ♻️ Refactor" , "hidden" : false },
16+ {"type" : " test" , "section" : " ### 🧪 Tests" , "hidden" : false },
17+ {"type" : " chore" , "section" : " ### 🔧 Maintenance" , "hidden" : false },
18+ {"type" : " breaking" , "section" : " ### ⚠️ Breaking Changes" , "hidden" : false }
1819 ],
1920 "extra-files" : [
2021 " crates/cli/Cargo.toml" ,
2122 " crates/core/Cargo.toml" ,
2223 " crates/output/Cargo.toml" ,
2324 " crates/storage/Cargo.toml"
24- ]
25+ ],
26+ "include-component-in-tag" : false ,
27+ "include-v-in-tag" : true ,
28+ "pull-request-title-pattern" : " chore: release v${version}" ,
29+ "pull-request-header" : " This PR was generated automatically by release-please to prepare for the next release." ,
30+ "separate-pull-requests" : false ,
31+ "group-pull-request-title-pattern" : " chore: release v${version}" ,
32+ "changelog-host" : " https://github.com" ,
33+ "changelog-path" : " CHANGELOG.md"
2534}
0 commit comments