Skip to content
Open
Show file tree
Hide file tree
Changes from all 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
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ ont-ies/
│ ├── specification/ # Ontology files and spec docs
│ ├── user-guides/ # Conceptual guides and tutorials
│ ├── examples/ # Worked examples and sample data
│ ├── diagrams/ # Module-specific diagrams
│ ├── module.yml # Module metadata
│ └── CHANGELOG.md # Module version history
├── registry.yml # Machine-readable module index
Expand All @@ -50,7 +51,7 @@ Future domain modules will be added under `docs/` following the same pattern:

| Module | Version | Status | Documentation |
|--------|---------|--------|---------------|
| **IES Common** | 5.0.0 | Release Candidate | [docs/common/](docs/common/) |
| **IES Common** | 5.1.0-rc2 | Release Candidate | [docs/common/](docs/common/) |

---

Expand All @@ -65,7 +66,7 @@ Each module is versioned independently using [Semantic Versioning](https://semve
### Git Tags

- **Module releases:** `{module-id}/v{version}` (e.g., `common/v5.0.0`)
- **Release candidates:** `{module-id}/v{version}-rcN` (e.g., `common/v5.0.0-rc1`)
- **Release candidates:** `{module-id}/v{version}-rcN` (e.g., `common/v5.1.0-rc2`)
- **Composite releases:** `ies-release-{yyyy.mm}` (e.g., `ies-release-2025.06`)

---
Expand Down Expand Up @@ -116,7 +117,7 @@ This repository contains both source code and documentation, each released under

By contributing to this repository, you agree that your contributions will be licensed under these terms.

© Crown copyright (2020–2025)
© Crown copyright (2020–2026)

---

Expand Down
16 changes: 12 additions & 4 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,18 @@ Composite releases are tagged in Git using the format: `ies-release-{yyyy.mm}`

## Release History

### Release Candidates

- **IES Common v5.1.0-rc2** — January 2026
- Release candidate for IES Common v5.1.0
- Git tag: `common/v5.1.0-rc2`
- Includes: Capacity pattern, Network patterns, updated documentation
- [Changelog](docs/common/CHANGELOG.md)

### Planned

- **ies-release-2025.xx** — First composite release (TBC)
- IES Common v5.0.0
- **ies-release-2026.xx** — First composite release (TBC)
- IES Common v5.1.0
- Additional modules as they become available

---
Expand All @@ -47,7 +55,7 @@ Each module follows [Semantic Versioning](https://semver.org/):
### Git Tags

- **Module releases**: `{module-id}/v{version}` (e.g., `common/v5.0.0`)
- **Release candidates**: `{module-id}/v{version}-rcN` (e.g., `common/v5.0.0-rc1`)
- **Release candidates**: `{module-id}/v{version}-rcN` (e.g., `common/v5.1.0-rc2`)
- **Composite releases**: `ies-release-{yyyy.mm}` (e.g., `ies-release-2025.06`)

### Maintenance Branches
Expand All @@ -59,4 +67,4 @@ When critical fixes need to be backported to older major versions, maintenance b

---

*© Crown Copyright 2020-2025*
*© Crown Copyright 2020-2026*
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed docs/common/examples/IES Examples 2024-03 O.pdf
Binary file not shown.
Loading