Add versioning and release notes

This commit is contained in:
Sascha Ißbrücker
2020-12-31 06:16:52 +01:00
parent 477fed284d
commit 50a825b3ca
5 changed files with 29 additions and 5 deletions

6
.grenrc.js Normal file
View File

@@ -0,0 +1,6 @@
module.exports = {
ignoreIssuesWith: [
"wontfix",
"duplicate"
]
}