-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove: Drop unused changelog dir including 22.4 changelog
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
1 parent
f51bd78
commit 6870fd7
Showing
2 changed files
with
7 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file was deleted.
Oops, something went wrong.