mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
github: Ignore github PRs in change log.
This commit is contained in:
parent
b105953dc0
commit
128d9e2671
3
.github/workflows/cl_config.json
vendored
3
.github/workflows/cl_config.json
vendored
@ -1,6 +1,9 @@
|
||||
{
|
||||
"categories": [
|
||||
],
|
||||
"ignore_labels": [
|
||||
"github"
|
||||
],
|
||||
"sort": "DESC",
|
||||
"template": "${{CHANGELOG}}\n${{UNCATEGORIZED}}\n",
|
||||
"pr_template": "- ${{TITLE}}",
|
||||
|
||||
2
.github/workflows/firmware.yml
vendored
2
.github/workflows/firmware.yml
vendored
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user