Skip to content

Commit 5140b54

Browse files
committed
👌 IMPROVE: release system
1 parent 563b5b6 commit 5140b54

File tree

2 files changed

+3
-24
lines changed

2 files changed

+3
-24
lines changed

pyproject.toml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ classifiers = [
4242
dependencies = ["requests>=2.25.0", "typing-extensions>=4.0.0"]
4343

4444
[project.optional-dependencies]
45-
release = ["python-semantic-release>=8.0.0"]
4645

4746
[project.urls]
4847
Documentation = "https://docs.langbase.com"
@@ -114,25 +113,3 @@ precision = 2
114113

115114
[tool.coverage.html]
116115
directory = "htmlcov"
117-
118-
[tool.semantic_release]
119-
version_toml = ["pyproject.toml:project.version"]
120-
version_variables = ["langbase/__init__.py:__version__"]
121-
branch = "main"
122-
upload_to_PyPI = false
123-
upload_to_release = false
124-
build_command = "pip install build && python -m build"
125-
126-
[tool.semantic_release.commit_parser_options]
127-
allowed_tags = [
128-
"📦 NEW",
129-
"👌 IMPROVE",
130-
"🐛 FIX",
131-
"🚀 RELEASE",
132-
"📖 DOC",
133-
"🤖 TEST",
134-
"‼️ BREAKING",
135-
]
136-
minor_tags = ["📦 NEW"]
137-
patch_tags = ["👌 IMPROVE", "🐛 FIX", "🚀 RELEASE"]
138-
major_tags = ["‼️ BREAKING"]

requirements-dev.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,7 @@ ipdb>=0.13.0
2323
python-dotenv>=0.19.0
2424

2525
# release
26-
python-semantic-release>=8.0.0
2726
twine>=4.0.0
27+
28+
[tool.coverage.html]
29+
directory = "htmlcov"

0 commit comments

Comments
 (0)