diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 0000000000..81cf19737a --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,24 @@ +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project +# +# SPDX-License-Identifier: MPL-2.0 + +changelog: + categories: + - title: Features and improvements + labels: + - feature + - improvement + - title: Bug fixes + labels: + - bug + - title: Dependencies + labels: + - dependencies + authors: + - dependabot + - title: Documentation + labels: + - documentation + - title: Other Changes + labels: + - "*"