Skip to content

Commit

Permalink
💚 ci: Messy is fine.
Browse files Browse the repository at this point in the history
Signed-off-by: kokodev <[email protected]>
  • Loading branch information
kokofixcomputers committed Nov 30, 2024
1 parent c16dd44 commit bae84ad
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,14 +120,11 @@ jobs:
mode: "COMMIT" # Use commit-based mode
configurationJson: |
{
"template": "# Changelog\n\n{{CHANGELOG}}",
"categories": [
{ "title": "## Features", "labels": ["feat", "feature"] },
{ "title": "## Fixes", "labels": ["fix", "bug"] },
{ "title": "## Other", "labels": [] }
]
"template": "# Changelog\n\n{{CHANGELOG}}", // Simple template
"ignore_labels": [], // No labels to ignore
"empty_template": "- No changes" // Message if no changes found
}
token: ${{ secrets.GITHUB_TOKEN }} # Use the GitHub token for authentication
token: ${{ secrets.GITHUB_TOKEN }}

# Download artifacts from previous jobs.
- name: Download Linux artifact
Expand Down

0 comments on commit bae84ad

Please sign in to comment.