-
Notifications
You must be signed in to change notification settings - Fork 383
Closed
Labels
bugSomething isn't workingSomething isn't workingbuildsthird-partyIssues involving interaction with a third-party libraryIssues involving interaction with a third-party library
Milestone
Description
It appears there is a 1.5.58 tag on the repository which confuses tools checking for semantic version.
The last version is 1.5.57 which has a release and is listed in https://quarto.org/docs/download/
For example, the Dev Container feature from rocker.org allows to use major.minor.
{
"name": "1.5 - Mickaël CANOUIL - Quarto Codespaces",
"image": "ghcr.io/mcanouil/quarto-codespaces:latest",
"remoteUser": "vscode",
"features": {
"ghcr.io/rocker-org/devcontainer-features/quarto-cli:1": {
"version": "1.5",
"installTinyTex": "false",
"installChromium": "false"
}
}
}
This will lead to the feature to find 1.5.58 but to crash because there are no assets.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingbuildsthird-partyIssues involving interaction with a third-party libraryIssues involving interaction with a third-party library