Skip to content

Commit 9c31d2e

Browse files
chore(release): 1.1.0
Automatically generated by python-semantic-release
1 parent 45a2618 commit 9c31d2e

File tree

1 file changed

+8
-17
lines changed

1 file changed

+8
-17
lines changed

pyproject.toml

Lines changed: 8 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "hatiyar"
3-
version = "1.2.0"
3+
version = "1.1.0"
44
description = "security toolkit designed for penetration testing, vulnerability assessment, and security research."
55
readme = "README.md"
66
requires-python = ">=3.9"
@@ -72,37 +72,28 @@ tag_format = "v{version}"
7272
major_on_zero = true
7373
allow_zero_version = true
7474

75-
# Branch configuration
75+
# Branch configuration - only main branch for releases
7676
[tool.semantic_release.branches.main]
7777
match = "(main|master)"
7878
prerelease = false
7979

80-
[tool.semantic_release.branches.develop]
81-
match = "develop"
82-
prerelease = true
83-
prerelease_token = "rc"
84-
85-
[tool.semantic_release.branches.beta]
86-
match = "beta"
87-
prerelease = true
88-
prerelease_token = "beta"
89-
9080
# Commit parser options
9181
[tool.semantic_release.commit_parser_options]
9282
allowed_tags = [
9383
"build", "chore", "ci", "docs", "feat", "fix",
9484
"perf", "refactor", "style", "test", "revert"
9585
]
9686
minor_tags = ["feat"]
97-
patch_tags = ["fix", "perf", "refactor"]
87+
patch_tags = ["fix", "perf", "refactor", "docs"]
9888

9989
# Changelog configuration
10090
[tool.semantic_release.changelog]
101-
template_dir = "templates"
102-
exclude_commit_patterns = []
103-
104-
[tool.semantic_release.changelog.default_templates]
10591
changelog_file = "CHANGELOG.md"
92+
exclude_commit_patterns = [
93+
"^chore\\(release\\):",
94+
"^Merge pull request",
95+
"^Merge branch"
96+
]
10697

10798
# Pytest configuration
10899
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)