-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.versionrc.json
More file actions
20 lines (20 loc) · 984 Bytes
/
.versionrc.json
File metadata and controls
20 lines (20 loc) · 984 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"types": [
{ "type": "feat", "section": "✨ Features" },
{ "type": "fix", "section": "🐛 Bug Fixes" },
{ "type": "docs", "section": "📚 Documentation" },
{ "type": "style", "section": "💄 Styles" },
{ "type": "refactor", "section": "♻️ Code Refactoring" },
{ "type": "perf", "section": "⚡ Performance Improvements" },
{ "type": "test", "section": "✅ Tests" },
{ "type": "build", "section": "📦 Build System" },
{ "type": "ci", "section": "👷 CI Configuration" },
{ "type": "chore", "section": "🔧 Chores" },
{ "type": "revert", "section": "⏪ Reverts" }
],
"releaseCommitMessageFormat": "chore(release): 📦 {{currentTag}}",
"issuePrefixes": ["#"],
"commitUrlFormat": "https://github.com/s00d/switchshuttle/commit/{{hash}}",
"compareUrlFormat": "https://github.com/s00d/switchshuttle/compare/{{previousTag}}...{{currentTag}}",
"issueUrlFormat": "https://github.com/s00d/switchshuttle/issues/{{id}}"
}