Skip to content

Commit

Permalink
Merge pull request #1844 from xiaoyifang/staged
Browse files Browse the repository at this point in the history
merge staged to dev
  • Loading branch information
shenlebantongying authored Oct 19, 2024
2 parents 1821cd0 + ad6a047 commit b19b319
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/Release-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,21 +171,21 @@ jobs:
"template": "#{{CHANGELOG}}\n\n<details>\n<summary>πŸ”΄ Uncategorized</summary>\n\n#{{UNCATEGORIZED}}\n</details>",
"categories": [
{
"title": "## πŸš€ Features",
"labels": ["feature","feat","opt"]
"title": "#### πŸš€ Features",
"labels": ["feature","feat"]
},
{
"title": "## πŸ› Fixes",
"labels": ["fix","bug"]
"title": "#### πŸ”§ Fixes and Optimizations",
"labels": ["fix","bug", "opt"]
}
,
{
"title": "## πŸ€– DevOps",
"title": "#### πŸ€– DevOps",
"labels": ["action"]
}
,
{
"title": "## 🧼 Clean Code",
"title": "#### 🧼 Clean Code",
"labels": ["clean","refactor"]
}
Expand All @@ -201,15 +201,16 @@ jobs:
}
- name: Get changelog.txt
run: |
cat <<HEREDOC > changelog.txt
# HEREDOC must be quoted to avoid Bash substitution
cat <<'HEREDOC' > changelog.txt
[Install instructions for Windows, macOS and Linux](https://xiaoyifang.github.io/goldendict-ng/install/).
Filename pattern: GoldenDict-ng-[version]-[Qt version]-[system name]...
For Linux, the released version is on Flathub β†’ [io.github.xiaoyifang.goldendict_ng](https://flathub.org/apps/io.github.xiaoyifang.goldendict_ng).
Based on branch: ${{ github.ref_name }}
#### Changes
### Changes
${{ steps.build_changelog.outputs.changelog }}
HEREDOC
- name: Get release title
Expand Down

0 comments on commit b19b319

Please sign in to comment.