Skip to content

Commit 5216cc4

Browse files
ci: fix auto bumping of VERSION.txt
1 parent 0749db2 commit 5216cc4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.versionrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
{"hidden": false, "type": "style", "section": "💅 Style"},
1616
{"hidden": false, "type": "refactor", "section": "🔨 Refactor"},
1717
{"hidden": false, "type": "revert", "section": "♻️ Revert"},
18-
{"hidden": false, "type": "hotfix", "section": "🔥 Hotfix"},
19-
],
18+
{"hidden": false, "type": "hotfix", "section": "🔥 Hotfix"}
19+
]
2020
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ exclude = '''
2020
| buck-out
2121
| build
2222
| dist
23-
| .versionrc
2423
)/
2524
'''
25+
force-exclude = '.versionrc'
2626

2727
[tool.mypy]
2828
mypy_path = "src"

0 commit comments

Comments
 (0)