Merge origin/main: move AGENTS.md → docs/development/agents.md, add CHANGELOG, VERSION, release workflow
Agent-Logs-Url: https://github.com/christianlouis/dmarq/sessions/e58d59de-a79d-48e1-a4fc-ffb61b868593 Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
@@ -1,3 +1,25 @@
|
||||
[project]
|
||||
name = "dmarq"
|
||||
version = "1.0.0"
|
||||
description = "A modern, privacy-conscious DMARC monitoring and analysis platform"
|
||||
readme = "README.md"
|
||||
license = {text = "MIT"}
|
||||
requires-python = ">=3.10"
|
||||
|
||||
[tool.semantic_release]
|
||||
version_toml = ["pyproject.toml:project.version"]
|
||||
version_variables = ["backend/app/__init__.py:__version__"]
|
||||
commit_message = "chore(release): v{version}"
|
||||
tag_format = "v{version}"
|
||||
build_command = "python3 scripts/sync_version.py"
|
||||
upload_to_pypi = false
|
||||
|
||||
[tool.semantic_release.changelog]
|
||||
changelog_file = "CHANGELOG.md"
|
||||
|
||||
[tool.semantic_release.branches.main]
|
||||
match = "main"
|
||||
|
||||
[tool.black]
|
||||
line-length = 100
|
||||
target-version = ['py310']
|
||||
|
||||
Reference in New Issue
Block a user