mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
- Set Windows upgradeUuid for stable MSI upgrades - Wire macOS signing/notarization behind SIGN_MACOS env flag - Fix VERSION_CODE passthrough to release-desktop CI job - Rename packageName to "Meshtastic Desktop" - Fix truncated macOS JVM property (apple.menu.about.name) - Add macOS appCategory, entitlements (network, USB) - Add Windows shortcut/menu/dirChooser options - Add Linux debMaintainer, appCategory, rpmLicenseType - Add desktop build attestation step in release workflow - Add Discord notification job for desktop releases - Add desktop category to release notes config - Update RELEASE_PROCESS.md with full desktop release docs - Add desktop download section to README.md - Update roadmap with packaging status and Flatpak reference Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
39 lines
706 B
YAML
39 lines
706 B
YAML
# .github/release.yml - GitHub Release Notes Configuration
|
|
|
|
changelog:
|
|
exclude:
|
|
labels:
|
|
- dependencies
|
|
- automation
|
|
- release
|
|
- repo
|
|
- skip-changelog
|
|
- chore
|
|
- ci
|
|
- build
|
|
- testing
|
|
- test
|
|
- refactor
|
|
- documentation
|
|
- translation
|
|
authors:
|
|
- renovate[bot]
|
|
- dependabot[bot]
|
|
- github-actions[bot]
|
|
|
|
categories:
|
|
- title: 🏗️ Features
|
|
labels:
|
|
- enhancement
|
|
- feature
|
|
- title: 🖥️ Desktop
|
|
labels:
|
|
- desktop
|
|
- title: 🛠️ Fixes
|
|
labels:
|
|
- bug
|
|
- bugfix
|
|
- fix
|
|
- title: 📝 Other Changes
|
|
labels:
|
|
- '*'
|