Commit 1dd28dd
authored
Add Release Notes column to API reference versions table (#225)
The API reference landing page versions table had no link to per-version
changelog/release notes.
## Changes
- **`publish-documentation.yml`**: Added a "Release Notes" column to the
generated "Released Versions" table; each entry links to the
corresponding GitHub Release page (`releases/tag/v<version>`), which is
already auto-populated from `CHANGELOG.md` by the release workflow.
The generated table now looks like:
| Version | Guide | API Reference | Release Notes |
|---------|-------|---------------|---------------|
| v1.0 (latest) | Guide | API Reference | [Release
Notes](https://github.com/petesramek/polyline-algorithm-csharp/releases/tag/v1.0)
|1 parent e9e1420 commit 1dd28dd
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
155 | | - | |
| 154 | + | |
| 155 | + | |
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
| 162 | + | |
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| |||
0 commit comments