Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

https://spdx.github.io/spdx-spec/latest/ redirects to v2.3 #949

Open
bact opened this issue Apr 28, 2024 · 1 comment · May be fixed by #950
Open

https://spdx.github.io/spdx-spec/latest/ redirects to v2.3 #949

bact opened this issue Apr 28, 2024 · 1 comment · May be fixed by #950

Comments

@bact
Copy link
Contributor

bact commented Apr 28, 2024

The URL https://spdx.github.io/spdx-spec/latest/ is redirected to https://spdx.github.io/spdx-spec/v2.3/

The general expected behaviour for latest/ is to redirected to the latest (stable) version available, which currently is v3.0.

@bact
Copy link
Contributor Author

bact commented Apr 28, 2024

Should this line:

run: mike deploy v3.0 v3-draft -b gh-pages -p

be written like this instead?:

run: mike deploy v3.0 latest -b gh-pages -p 

to make latest an alias for v3.0

This will effectively changes the content of versions.json:

[{"version": "v3.0", "title": "v3.0", "aliases": ["v3-draft"]}, {"version": "v3.0-RC2", "title": "v3.0-RC2", "aliases": []}, {"version": "v2.3", "title": "v2.3", "aliases": ["latest"]}, {"version": "v2.3-RC1", "title": "v2.3-RC1", "aliases": []}, {"version": "v2.2.2", "title": "v2.2.2", "aliases": []}]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant