diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2022-06-06 21:45:10 +0200 |
---|---|---|
committer | Bastien Wirtz <bastien.wirtz@gmail.com> | 2022-06-06 21:45:10 +0200 |
commit | 1327cc0ab0e78d0cfc2fe11fddca8cc32dae8ac6 (patch) | |
tree | c72502b71166db43b69b7688845025408d2480ed | |
parent | 10f6f123e86ca571c99a232a43f7ea920fde9894 (diff) | |
download | homer-1327cc0ab0e78d0cfc2fe11fddca8cc32dae8ac6.tar.gz homer-1327cc0ab0e78d0cfc2fe11fddca8cc32dae8ac6.tar.zst homer-1327cc0ab0e78d0cfc2fe11fddca8cc32dae8ac6.zip |
Configuring automatically generated release notes
-rw-r--r-- | .github/release.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 0000000..906d71f --- /dev/null +++ b/.github/release.yml | |||
@@ -0,0 +1,8 @@ | |||
1 | changelog: | ||
2 | exclude: | ||
3 | authors: | ||
4 | - dependabot | ||
5 | categories: | ||
6 | - title: Main changes | ||
7 | labels: | ||
8 | - "*" \ No newline at end of file | ||