Skip to content

Commit

Permalink
release: api v1.0.0 μΆœλ™
Browse files Browse the repository at this point in the history
  • Loading branch information
psychology50 committed May 30, 2024
1 parent 0ce2c44 commit 3739f10
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
module.exports = {
extends: ["@commitlint/config-conventional"],
rules: {
// μŠ€μ½”ν”„λŠ” μ»¨λ²€μ…˜κ³Ό λ§žμ§€ μ•ŠκΈ°μ—, μ‚¬μš©ν•˜μ§€ μ•ŠλŠ” κ²ƒμœΌλ‘œ ν•œλ‹€.
"scope-empty": [2, "always"],
// ν—€λ”μ˜ κΈΈμ΄λŠ” 100자둜 μ œν•œ
"header-max-length": [2, "always", 100],
// 본문의 ν•œ 쀄은 100자둜 μ œν•œ
"body-max-line-length": [2, "always", 100],
// νƒ€μž…μ€ μ•„λž˜μ˜ νƒœκ·Έλ§Œ κ°€λŠ₯
"type-enum": [
2,
"always",
["feat", "fix", "docs", "rename", "style", "refactor", "test", "chore"],
],
},
extends: ["@commitlint/config-conventional"],
rules: {
// μŠ€μ½”ν”„λŠ” μ»¨λ²€μ…˜κ³Ό λ§žμ§€ μ•ŠκΈ°μ—, μ‚¬μš©ν•˜μ§€ μ•ŠλŠ” κ²ƒμœΌλ‘œ ν•œλ‹€.
"scope-empty": [2, "always"],
// ν—€λ”μ˜ κΈΈμ΄λŠ” 100자둜 μ œν•œ
"header-max-length": [2, "always", 100],
// 본문의 ν•œ 쀄은 100자둜 μ œν•œ
"body-max-line-length": [2, "always", 100],
// νƒ€μž…μ€ μ•„λž˜μ˜ νƒœκ·Έλ§Œ κ°€λŠ₯
"type-enum": [
2,
"always",
["feat", "fix", "docs", "rename", "style", "refactor", "test", "chore", "release"],
],
},
};

0 comments on commit 3739f10

Please sign in to comment.