Skip to content
Merged
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
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,15 @@ row a row b rov c
2 2 5
34 23 2
```

## Adding Release Notes

Release notes are located in `content/releases/release-notes/`. To add a new release:

1. Create a new markdown file following the naming pattern `releasenotes_YYYY_MM.md`
2. Add front matter with title, weight, and other metadata
3. **Important**: To maintain the stable link to the latest release notes:
- Add `aliases = ["/releases/release-notes/latest/"]` to the **latest** release note
- Remove this alias from the previous release note

The alias creates a permanent redirect URL at `/releases/release-notes/latest/` that always points to the most recent release notes.
2 changes: 2 additions & 0 deletions content/releases/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ See the following for common install procedures and options:

## Release Notes

[What's New - Latest Release](release-notes/latest/)

[ Sign up to be notified of new releases ]({{% ref "releasenotification.md" %}})

For the complete list of releases and updates, please visit [ResInsight on Github](https://github.com/OPM/ResInsight/releases/).
7 changes: 7 additions & 0 deletions content/releases/release-notes/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,12 @@ title = "Release Notes"
weight = 30
+++

<!-- A stable link to the latest release notes is available at /releases/release-notes/latest/ -->
<!-- This redirect is maintained via the 'aliases' field in the latest release note markdown file -->


![ResInsight User Interface](/images/getting-started/ResInsightUIMediumSize.png)

## Latest Release

[**What's New - Latest Release**](latest/)
1 change: 1 addition & 0 deletions content/releases/release-notes/releasenotes_2025_12.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title = "What's New in 2025.12"
weight = 97
hidden = false
search_ignore = true
aliases = ["/releases/release-notes/latest/"]
+++

## Radial Grid
Expand Down