Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds the Rundeck 5.20.1 release documentation page and updates the VuePress site + release-notes tooling/config to treat 5.20.1 as the latest release.
Changes:
- Adds
5.20.1release notes markdown and points “Latest Release”/navbar links to it. - Updates docs site version constants and PR-feed config to
5.20.1. - Adjusts the release-notes generator to clean PR titles via a shared
cleanPRTitlefilter (bracketed Jira prefix format).
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/history/5_x/version-5.20.1.md | New 5.20.1 release notes page content/frontmatter. |
| docs/.vuepress/sidebar-menus/history.ts | Updates “Latest Release” link and adds 5.20.1 to “Previous Version Docs”. |
| docs/.vuepress/setup.js | Bumps RUNDECK_VERSION / RUNDECK_VERSION_FULL to 5.20.1. |
| docs/.vuepress/pr-utils.mjs | Updates PR title cleaning logic to remove [RUN-123]-style prefixes. |
| docs/.vuepress/pr-feed-config.json | Updates last self-hosted release version/date and related feed fields. |
| docs/.vuepress/notes.mjs | Registers cleanPRTitle as a nunjucks filter and uses a custom env for rendering. |
| docs/.vuepress/notes.md.nj | Switches templates to use cleanPRTitle; updates staff list. |
| docs/.vuepress/navbar-menus/about.js | Updates navbar “Release Notes” link to 5.20.1. |
Comment on lines
+3
to
6
| "version": "5.20.1", | ||
| "lastSelfHostedDate": "2026-05-04", | ||
| "lastSaasRelease": "2025-05-04", | ||
| "lastSaasCut": "rba/5.20-RBA-20260325-836c2bc-9374d7f", |
Comment on lines
79
to
88
| ## Staff Contributors | ||
|
|
||
| * Greg Schueler ([gschueler](https://github.com/gschueler)) | ||
| * Carlos Eduardo ([carlosrfranco](https://github.com/carlosrfranco)) | ||
| * Forrest Evans ([fdevans](https://github.com/fdevans)) | ||
| * Jaime Tobar ([jtobard](https://github.com/jtobard)) | ||
| * Jake Cohen ([jsboak](https://github.com/jsboak)) | ||
| * Jaya Singh ([jayas006](https://github.com/jayas006)) | ||
| * Jesus Osuna ([Jesus-Osuna-M](https://github.com/Jesus-Osuna-M)) | ||
| * José Vásquez ([hiawvp](https://github.com/hiawvp)) | ||
| * Luis Toledo ([ltamaster](https://github.com/ltamaster)) |
| # 5.20.1 Release Notes | ||
|
|
||
| ## Overview | ||
|
|
Comment on lines
+38
to
+40
| [RUN-4273]: https://pagerduty.atlassian.net/browse/RUN-4273?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ | ||
|
|
||
|
|
Comment on lines
+89
to
+92
| { | ||
| text: "5.20.1", | ||
| link: "https://docs.rundeck.com/5.20.1/" | ||
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.