mirror of
https://github.com/Polprzewodnikowy/N64FlashcartMenu.git
synced 2025-04-05 23:56:53 +02:00
Improve release workflow
* keep history between rolling release using a text file.
This commit is contained in:
parent
ffc9b0742f
commit
9fbe55ea30
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -76,7 +76,7 @@ jobs:
|
||||
if: github.ref == 'refs/heads/main'
|
||||
with:
|
||||
name: Rolling release
|
||||
body: Rolling release built from latest commit on `main` branch.
|
||||
body_path: ${{ github.workspace }}/CHANGELOG.md
|
||||
tag_name: 'rolling_release'
|
||||
make_latest: true
|
||||
files: |
|
||||
@ -92,7 +92,7 @@ jobs:
|
||||
if: github.ref == 'refs/heads/develop'
|
||||
with:
|
||||
name: 'Rolling pre-release'
|
||||
body: Experimental pre-release built from latest commit on `develop` branch.
|
||||
body: Experimental pre-release built from latest commit on `develop` branch. Check the commit history for more details.
|
||||
target_commitish: develop
|
||||
tag_name: 'rolling_pre-release'
|
||||
prerelease: true
|
||||
|
11
CHANGELOG.md
11
CHANGELOG.md
@ -1,3 +1,10 @@
|
||||
Rolling release built from latest commit on main branch.
|
||||
**Note**: the attached source code files may be out of date.
|
||||
|
||||
For the SummerCart64, use the `sc64menu.n64` file in the root of your SD card.
|
||||
For the 64Drive, use the `menu.bin` file in the root of your SD card.
|
||||
For the ares emulator, use the `N64FlashcartMenu.n64` file.
|
||||
|
||||
# Release Notes 2024-12-30
|
||||
|
||||
- **New Features**
|
||||
@ -31,11 +38,11 @@
|
||||
- Improved clarity and usability of the developer guide and other documentation files.
|
||||
|
||||
### Current known Issues
|
||||
* The RTC UI requires improvement (awaiting UI developer).
|
||||
* BETA_SETTING: PAL60 when using HDMI mods has regressed (awaiting libdragon fix).
|
||||
* The RTC UI requires improvement (awaiting UI developer).
|
||||
* Menu sound FX may not work properly when a 64 Disk Drive is also attached (work around: turn sound FX off).
|
||||
* ALPHA_FEATURE: ED64 X Series detection does not occur properly (however this is not a problem as not tag released asset).
|
||||
* ALPHA_FEATURE: ED64 V Series only supports loading ROMs (however this is not a problem as not tag released asset).
|
||||
* Menu sound FX may not work properly when a 64 Disk Drive is also attached (work around: turn sound FX off).
|
||||
|
||||
### Breaking changes
|
||||
* Disk drive expansion ROMs are now loaded with `Z|L` instead of `R` to align with ROM info context menu (and future functionality).
|
||||
|
Loading…
x
Reference in New Issue
Block a user