Skip to content
Open
Show file tree
Hide file tree
Changes from 2 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
6 changes: 3 additions & 3 deletions .github/workflows/sync-main-to-dev.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Sync Main to Dev

on:
push:
branches: [main]
release:
types: [published]
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:

const title = "chore: sync main into dev";
const body = [
"Automated sync PR to keep `dev` aligned with `main` after release merges.",
"Automated sync PR to keep `dev` aligned with `main` after published releases.",
"",
`- Trigger commit: ${context.sha}`,
"- Merge method: merge commit",
Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.2.7] - 2026-03-05

### Backend

<details markdown="1">
<summary>Backend</summary>

#### Changed

- **Albert Park track assets** - Replaced `app/assets/tracks/albert_park.png` with the latest map version and regenerated `app/assets/tracks_processed/albert_park.bmp`
- **Main→dev sync timing** - Updated sync automation to run after published releases so `dev` is refreshed from `main` after each release

</details>

---

## [1.2.6] - 2026-03-01

### Backend
Expand Down
Binary file modified app/assets/tracks/albert_park.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/assets/tracks_processed/albert_park.bmp
Binary file not shown.