-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpaseo.json
More file actions
23 lines (23 loc) · 883 Bytes
/
Copy pathpaseo.json
File metadata and controls
23 lines (23 loc) · 883 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"worktree": {
"setup": [
"ln -s \"$PASEO_SOURCE_CHECKOUT_PATH/mise.local.toml\" mise.local.toml",
"mise trust"
],
"teardown": "rm mise.local.toml"
},
"metadataGeneration": {
"title": {
"instructions": "Keep titles to a few words, no leading verb. Use English. Use the format `<type-emoji> <type>: <title>`. For type-emoji, use following <type> to <type-emoji> mapping.\n- feat: ✨\n- fix: ⚠️\n- docs: 📝\n- style: 💎\n- refactor: 🔨\n- perf: 🚀\n- test: 🚨\n- build: 📦\n- ci: ⚙️\n- chore: 🔧"
},
"branchName": {
"instructions": "Use the format <type>/<scope>-<short-desc>."
},
"commitMessage": {
"instructions": "Follow Conventional Commits. Use English for <description>."
},
"pullRequest": {
"instructions": "Include a Testing section in the body."
}
}
}