-
Notifications
You must be signed in to change notification settings - Fork 494
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(release): added beta check and dummy version logics (#6470)
## Problem in #6426, a new release pipeline stage was added that checks the marketplace extension has been updated. This PR addes a stage check and only look for an existing version of the extension when in BETA. Output in beta: <img width="1074" alt="Screenshot 2025-01-30 at 12 45 07 PM" src="https://github.com/user-attachments/assets/ee0b8df7-cd89-4e44-a99b-9746134a8aa9" /> unblocks: https://pipelines.amazon.com/pipelines/AWSVSCodeInfrastructure --------- Co-authored-by: tomzu <[email protected]>
- Loading branch information
Showing
2 changed files
with
27 additions
and
4 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"date": "2025-01-30", | ||
"version": "1.45.0-SNAPSHOT", | ||
"entries": [ | ||
{ | ||
"type": "Bug Fix", | ||
"description": "Allow AB users with an overridden customization to go back to the default customization" | ||
}, | ||
{ | ||
"type": "Bug Fix", | ||
"description": "For security reasons, disabled auto linkify for link texts coming in markdown other than [TEXT](URL) format" | ||
}, | ||
{ | ||
"type": "Feature", | ||
"description": "Add setting to allow Q /dev to run code and test commands" | ||
} | ||
] | ||
} |