Skip to content

1.5.58 tag but no release with assets #12891

@mcanouil

Description

@mcanouil

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 workingbuildsthird-partyIssues involving interaction with a third-party library

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions