Skip to content

Commit

Permalink
Remove: Drop unused changelog dir including 22.4 changelog
Browse files Browse the repository at this point in the history
The changelog is shown at the GitHub release pages and also can be
created automatically via the `pontos-changelog` tool. There is no need
to keep it in the git history.
  • Loading branch information
bjoernricks committed Jan 30, 2024
1 parent f51bd78 commit 6870fd7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 34 deletions.
16 changes: 7 additions & 9 deletions changelog.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
commit_types = [
{ message = "^add", group = "Added"},
{ message = "^remove", group = "Removed"},
{ message = "^change", group = "Changed"},
{ message = "^fix", group = "Bug Fixes"},
{ message = "^doc", group = "Documentation"},
{ message = "^refactor", group = "Refactor"},
{ message = "^test", group = "Testing"},
{ message = "^add", group = "Added" },
{ message = "^remove", group = "Removed" },
{ message = "^change", group = "Changed" },
{ message = "^fix", group = "Bug Fixes" },
{ message = "^doc", group = "Documentation" },
{ message = "^refactor", group = "Refactor" },
{ message = "^test", group = "Testing" },
]

changelog_dir = "changelog"
25 changes: 0 additions & 25 deletions changelog/v22.4.md

This file was deleted.

0 comments on commit 6870fd7

Please sign in to comment.