Skip to content

Commit

Permalink
Add changelog for 21.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
y0urself committed Feb 22, 2022
1 parent 4a7cd81 commit d551029
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions changelog.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
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"},
]

changelog_dir = "changelog"
11 changes: 11 additions & 0 deletions changelog/unreleased.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog

All notable changes to this project will be documented in this file.

## [Unreleased]


## Removed
* Removing `gsad` from `gsa` repository [#3199] [1ab6c940e](https://github.com/greenbone/gsa/commit/1ab6c940e)

[Unreleased]: https://github.com/greenbone/gsa/compare/greenbone...HEAD

0 comments on commit d551029

Please sign in to comment.