Operations Stage Documentation
This directory contains version management, stability management, build & bundling to help developers with version upgrades, stability assurance, and application releases.
Document Navigation (Usage Order)
| No. | Document | Description | Usage Scenario | Version-Related |
|---|---|---|---|---|
| 1 | release-notes-overview | Current version info and release note index | View version info | ⚡ |
| 2 | version-upgrade-guide | Version upgrade guide | When upgrading | ⚡ |
| 3 | rn-js-bundle | Bundle packaging methods | When packaging | ⚡ |
| 4 | release-notes | Detailed release notes | Version details | ⚡ |
| 5 | multi-screen-adaptation-guide | Multi-device adaptation | Device adaptation | |
| 6 | AI-assisted-issue-diagnosis-guide | AI-assisted issue diagnosis | Issue diagnosis reference | |
| 7 | Docs version sync skill | Post-release sync across full docs/ tree |
Release maintenance | ⚡ |
Stability Management
| No. | Document/Directory | Description | Usage Scenario |
|---|---|---|---|
| 1 | stability-coding-standards | Stability coding standards | Reference when coding |
| 2 | stability-overview | Stability issue classification & analysis | Understanding stability issues |
| 3 | stability-skill | Stability analysis tools | Issue analysis & code review (Chinese version - English version to be added) |
Directory Structure
05-operations/
│
├── release-notes-overview.md # Version info ⚡version-related
├── version-upgrade-guide.md # Upgrade guide ⚡version-related
├── rn-js-bundle.md # Packaging ⚡version-related
├── hvigorfile-configuration.md # Build config ⚡version-related
├── multi-screen-adaptation-guide.md
├── AI-assisted-issue-diagnosis-guide.md # AI diagnosis
│
├── release-notes/ # Detailed release notes ⚡version-related
│ └── react-native-harmony-v0.84.1.md
│
├── stability-coding-standards/ # Coding standards
│ └── stability-coding-standards.md
│
├── stability-skill/ # Analysis tools *(Chinese version only - English version to be added)*
│ ├── rnoh-stability-review/
│ └── rnoh-stability-triage/
│
├── stability-overview/ # Issue classification
│ ├── stability-overview.md
│ ├── stability-analysis-methods.md
│ └── stability-cases.md
│
└── README.md
⚡ Marked as "version-related" documents need to be updated with each release
Related Documentation
- Debugging Stage Docs - Debugging & troubleshooting
- Community Stage Docs - Community guidelines