github: Ignore github PRs in change log.

This commit is contained in:
iabdalkader 2022-02-28 05:35:30 +02:00
parent b105953dc0
commit 128d9e2671
2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
{
"categories": [
],
"ignore_labels": [
"github"
],
"sort": "DESC",
"template": "${{CHANGELOG}}\n${{UNCATEGORIZED}}\n",
"pr_template": "- ${{TITLE}}",

View File

@ -145,7 +145,7 @@ jobs:
name: Development Release
tag_name: development
body: |
> **⚠️ WARNING: This a development release and it may be unstable.**
**⚠️ WARNING: This a development release and it may be unstable.**
${{steps.changelog.outputs.changelog}}
files: firmware/firmware_*.zip
env: