Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 26 additions & 8 deletions .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,42 @@ changelog:
categories:
- title: New features
labels:
- "enhancement"
- "help wanted"
- "Topic: Enhancement"
- "Topic: Help wanted"
- title: In progress
labels:
- "in progress"
- "Topic: In progress"
- title: Translation updates
labels:
- "translations"
- "Topic: Translations"
- title: Bug fixes
labels:
- "bug"
- "invaild"
- "Topic: Bug"
- "Topic: Invalid"
- title: Removed features
labels:
- "for remove"
- "Topic: For remove"
- title: Dependencies
labels:
- "dependencies"
- "Topic: Dependencies"
- title: Build system improvements
labels:
- "Topic: Build System"
- title: DLCs
labels:
- "Topic: DLCs"
- title: SDK
labels:
- "Topic: SDK"
- title: Linux
labels:
- "OS: Linux"
- title: Windows
labels:
- "OS: Windows"
- title: OSX
labels:
- "OS: OSX"
- title: Other Changes
labels:
- "*"
4 changes: 2 additions & 2 deletions .github/workflows/godot-build-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
paths-ignore: .github/workflows/gdnative.yml
branches: [ main ]
branches-ignore: [ developer, sdk, 4.0 ]
pull_request:
branches: [ main ]
branches-ignore: [ developer, sdk, 4.0 ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down