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

Version selector dropdown: Removing RC versions of the versions with stable release? #952

Closed
bact opened this issue Apr 29, 2024 · 5 comments
Milestone

Comments

@bact
Copy link
Collaborator

bact commented Apr 29, 2024

Currently the spec website at https://spdx.github.io/spdx-spec/ has a version selector dropdown,
which contains these versions:

[{"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": []}]

Should we consider removing RCs (release candidates) of the versions with stable release, namely v3.0-RC2 and v2.3-RC1, from the list?

@goneall
Copy link
Member

goneall commented Jun 11, 2024

Agree to remove - @bact to create a PR

@goneall
Copy link
Member

goneall commented Jun 11, 2024

Agreed to remove all RC's, keep the alias v3-draft

@bact
Copy link
Collaborator Author

bact commented Jun 11, 2024

PR #972 will remove v2.3-RC1 and v3.0-RC2 from the version selector (actual files and directories of those versions are untouched).

@bact
Copy link
Collaborator Author

bact commented Jul 23, 2024

All the RCs removed, still need to update the latest alias to v3.0 with #994 (and later to v3.0.1 with a modified #995)

@kestewart kestewart added this to the 3.0.1 milestone Aug 11, 2024
@goneall
Copy link
Member

goneall commented Aug 27, 2024

This is resolved

@goneall goneall closed this as completed Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants