Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the documentation build/release pipeline and landing page to align with the “Trados Studio 2026 Release” environment, while adding an API version entry and simplifying the gh-pages cleanup logic used during doc publishing.
Changes:
- Updated GitHub Actions workflow environment variables to target “Trados Studio 2026 Release” (Studio19 / VersionNumber 19).
- Added “Trados Studio 2024 SR1 – API 18.1” to the API versions list on the docs landing page.
- Refactored
releaseDocs.ps1cleanup logic to use a$keepVersionsallowlist.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
releaseDocs.ps1 |
Introduces $keepVersions and switches deletion logic to -notin for simpler version-folder preservation. |
index.md |
Adds a new API version entry for 18.1 (2024 SR1). |
.github/workflows/release.yml |
Updates build-time env vars to point at Studio19 / 2026 Release paths and naming. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
This pull request updates the project to support the new "Trados Studio 2026 Release" version, adds documentation for the 2024 SR1 API, and improves the maintainability of the release documentation script. The most important changes are grouped below:
Version upgrade and environment updates:
.github/workflows/release.ymlto reference "Trados Studio 2026 Release" (Studio19), including plugin paths, installation folders, and document folder names.Documentation:
index.md.Release documentation script improvements:
releaseDocs.ps1to use a$keepVersionsarray for specifying which API version folders to keep, simplifying folder cleanup logic.