From 367085372c22d2a765ac1b515a77f1e724d3c8fe Mon Sep 17 00:00:00 2001 From: Su Date: Wed, 28 Sep 2022 18:42:39 +0800 Subject: [PATCH 1/2] Update CATcher to V3.4.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d3c404a0e..7300c3c33 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "CATcher", - "version": "3.4.2", + "version": "3.4.3", "main": "main.js", "scripts": { "postinstall": "npm run postinstall:electron && electron-builder install-app-deps", From 70d21da4c72f344f2794ce763265e90f3a3a221b Mon Sep 17 00:00:00 2001 From: Su Date: Wed, 15 Mar 2023 22:49:27 +0800 Subject: [PATCH 2/2] Add release-drafter config --- .github/release-drafter.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/release-drafter.yml diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml new file mode 100644 index 000000000..f414cd84e --- /dev/null +++ b/.github/release-drafter.yml @@ -0,0 +1,19 @@ +name-template: 'v$RESOLVED_VERSION' +tag-template: 'v$RESOLVED_VERSION' +categories: + - title: 'Features' + labels: + - 'category.Feature' + - 'category.Enhancement' + - title: 'Bug Fixes' + labels: + - 'category.Bug' + - title: 'Maintenance' + label: 'category.Chore' +change-template: '- $TITLE @$AUTHOR (#$NUMBER)' +change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks. + +template: | + ## Changelog + + $CHANGES \ No newline at end of file