Skip to content

Commit

Permalink
ci: ignore commits in changelog and release notes - olive (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrrypg authored Jun 20, 2024
1 parent b168a7d commit 1530b9c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
dependencies = [
"tutor>=17.0.2,<18.0.0"
"tutor>=15.0.0,<16.0.0"
]

[project.optional-dependencies]
Expand Down Expand Up @@ -62,3 +62,12 @@ match = "olive"

[tool.semantic_release.changelog.environment]
keep_trailing_newline = true

[tool.semantic_release.changelog]
exclude_commit_patterns = [
"docs:",
"build:",
"style:",
"chore:",
"test:",
]

0 comments on commit 1530b9c

Please sign in to comment.