22 <img src =" assets/icon.png " alt =" Breast TNM Tool icon " width =" 128 " height =" 128 " />
33 <h1 >Breast TNM Tool</h1 >
44 <p ><strong >Desktop app for breast cancer TNM staging, molecular subtype stratification, and treatment planning.</strong ></p >
5- <p >乳腺癌 TNM + 分子分型桌面工具</p >
5+ <p >
6+ <a href="README.zh-CN.md">简体中文</a> | <strong>English</strong>
7+ </p >
68
79 <p >
810 <a href="https://github.com/liqi3333/breast/releases/latest"><img alt="Latest Release" src="https://img.shields.io/github/v/release/liqi3333/breast?display_name=tag&label=release" /></a>
1416 <p >
1517 <a href="https://github.com/liqi3333/breast/releases/latest"><img alt="Download Latest EXE" src="https://img.shields.io/badge/Download-Latest%20EXE-e91e63?style=for-the-badge" /></a>
1618 <a href="https://github.com/liqi3333/breast/releases"><img alt="View Releases" src="https://img.shields.io/badge/View-Releases-6f42c1?style=for-the-badge" /></a>
17- <a href="https://github.com/liqi3333/breast"><img alt="Source Code " src="https://img.shields.io/badge/View-Source-24292f?style=for-the-badge" /></a>
19+ <a href="https://github.com/liqi3333/breast"><img alt="View Source " src="https://img.shields.io/badge/View-Source-24292f?style=for-the-badge" /></a>
1820 </p >
1921</div >
2022
@@ -47,7 +49,7 @@ Breast TNM Tool is an Electron desktop application that packages a single-file H
4749Open the latest release page and download the packaged Windows executable:
4850
4951- Latest release: < https://github.com/liqi3333/breast/releases/latest >
50- - Direct release list : < https://github.com/liqi3333/breast/releases >
52+ - All releases : < https://github.com/liqi3333/breast/releases >
5153
5254### Run locally
5355
@@ -66,26 +68,26 @@ npm run build:win
6668Build output:
6769
6870``` text
69- dist/Breast-TNM-Tool-1.0.1 .exe
71+ dist/Breast-TNM-Tool-1.0.2 .exe
7072```
7173
7274## Release Automation
7375
7476This repository includes GitHub Actions workflows for build and release automation.
7577
7678- Push to ` main ` : runs Windows build validation and uploads workflow artifacts
77- - Push a tag like ` v1.0.1 ` : automatically builds the Windows x64 portable EXE, creates a GitHub Release, and uploads ` dist/*.exe `
79+ - Push a tag like ` v1.0.2 ` : automatically builds the Windows x64 portable EXE, creates a GitHub Release, and uploads ` dist/*.exe `
7880
7981Example:
8082
8183``` bash
82- git tag v1.0.1
83- git push origin v1.0.1
84+ git tag v1.0.2
85+ git push origin v1.0.2
8486```
8587
8688## Release Notes Template
8789
88- Chinese release notes template:
90+ The bilingual release notes template is located at :
8991
9092``` text
9193docs/RELEASE_TEMPLATE.md
@@ -108,6 +110,8 @@ The release workflow uses this file as the main body of the release notes, then
108110├── index.html
109111├── main.js
110112├── package.json
113+ ├── README.md
114+ ├── README.zh-CN.md
111115└── .github/workflows/
112116 ├── build-windows.yml
113117 └── release.yml
0 commit comments