musaw commited on
Commit ·
7a97761
1
Parent(s): 3614ee2
docs(versioning): define daily bot sync as third-figure resource release
Browse files- CHANGELOG.md +2 -0
- docs/release_process.md +5 -0
- docs/releases/v1.1.1.md +4 -0
- docs/resource_cycle_runbook.md +7 -1
CHANGELOG.md
CHANGED
|
@@ -25,10 +25,12 @@ and this project uses semantic version tags with a fixed role per figure:
|
|
| 25 |
- Improved search-page readability and usability in `docs/search/index.html`.
|
| 26 |
- Expanded short task labels into clearer full-form labels in UI controls and resource cards.
|
| 27 |
- Standardized title casing for key UI labels and actions.
|
|
|
|
| 28 |
|
| 29 |
### Fixed
|
| 30 |
- Prevented long resource titles and long unbroken strings from overflowing card boundaries.
|
| 31 |
- Improved capitalization and display formatting for source and task text in search results.
|
|
|
|
| 32 |
|
| 33 |
## [v1.0.1] - 2026-02-18
|
| 34 |
### Added
|
|
|
|
| 25 |
- Improved search-page readability and usability in `docs/search/index.html`.
|
| 26 |
- Expanded short task labels into clearer full-form labels in UI controls and resource cards.
|
| 27 |
- Standardized title casing for key UI labels and actions.
|
| 28 |
+
- Documented that daily GitHub Actions bot resource sync updates are released as third-figure resource versions.
|
| 29 |
|
| 30 |
### Fixed
|
| 31 |
- Prevented long resource titles and long unbroken strings from overflowing card boundaries.
|
| 32 |
- Improved capitalization and display formatting for source and task text in search results.
|
| 33 |
+
- Fixed quick-link paths from search page to dataset, ASR, and TTS pages to avoid 404 errors.
|
| 34 |
|
| 35 |
## [v1.0.1] - 2026-02-18
|
| 36 |
### Added
|
docs/release_process.md
CHANGED
|
@@ -31,6 +31,11 @@ Examples:
|
|
| 31 |
- `v1.1.1`: code-fix release.
|
| 32 |
- `v2.0.0`: next major milestone.
|
| 33 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
## Release Notes Location
|
| 35 |
|
| 36 |
- Store release notes in [releases/README.md](releases/README.md).
|
|
|
|
| 31 |
- `v1.1.1`: code-fix release.
|
| 32 |
- `v2.0.0`: next major milestone.
|
| 33 |
|
| 34 |
+
Daily bot rule:
|
| 35 |
+
|
| 36 |
+
- Daily GitHub Actions bot sync updates (`resource_sync.yml`) are resource updates.
|
| 37 |
+
- If only bot-driven resource catalog changes are shipped, use the next `vMAJOR.CODE.RESOURCE+1` tag.
|
| 38 |
+
|
| 39 |
## Release Notes Location
|
| 40 |
|
| 41 |
- Store release notes in [releases/README.md](releases/README.md).
|
docs/releases/v1.1.1.md
CHANGED
|
@@ -21,6 +21,10 @@ Code-fix release focused on search-page UI correctness, readability, and termino
|
|
| 21 |
- `python scripts/validate_normalization.py data/processed/normalization_seed_v0.1.tsv`
|
| 22 |
- `python -m pytest -q`
|
| 23 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
## Versioning Rule Applied
|
| 25 |
|
| 26 |
This release follows the project rule:
|
|
|
|
| 21 |
- `python scripts/validate_normalization.py data/processed/normalization_seed_v0.1.tsv`
|
| 22 |
- `python -m pytest -q`
|
| 23 |
|
| 24 |
+
## Daily Bot Updates
|
| 25 |
+
|
| 26 |
+
- Daily GitHub Actions bot resource sync updates are treated as third-figure resource releases.
|
| 27 |
+
|
| 28 |
## Versioning Rule Applied
|
| 29 |
|
| 30 |
This release follows the project rule:
|
docs/resource_cycle_runbook.md
CHANGED
|
@@ -43,5 +43,11 @@ After discovery, promote only approved resources:
|
|
| 43 |
- Do not auto-promote candidates without evidence and license review.
|
| 44 |
- Keep `status: verified` only for reviewed entries.
|
| 45 |
- Do not promote "reference-only" resources where Pashto is incidental; only Pashto-centric resources are eligible.
|
| 46 |
-
- Treat spelling variants as valid Pashto markers during review (`pashto`, `pukhto`, `pushto`, `pakhto`, `
|
| 47 |
- Generated files must be committed after catalog updates.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
- Do not auto-promote candidates without evidence and license review.
|
| 44 |
- Keep `status: verified` only for reviewed entries.
|
| 45 |
- Do not promote "reference-only" resources where Pashto is incidental; only Pashto-centric resources are eligible.
|
| 46 |
+
- Treat spelling variants as valid Pashto markers during review (`pashto`, `pukhto`, `pushto`, `pakhto`, `pashto-script`).
|
| 47 |
- Generated files must be committed after catalog updates.
|
| 48 |
+
|
| 49 |
+
## Versioning for Daily Bot Updates
|
| 50 |
+
|
| 51 |
+
- Daily candidate-sync updates from GitHub Actions (`resource_sync.yml`) are resource updates.
|
| 52 |
+
- When those updates are reviewed and released, increment the third figure in `vMAJOR.CODE.RESOURCE`.
|
| 53 |
+
- Example sequence: `v1.1.1` (code fix) -> `v1.1.2` (bot resource release).
|