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

Open
bact opened this issue Apr 29, 2024 · 3 comments

Comments

@bact
Copy link
Contributor

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
Contributor 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).

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

No branches or pull requests

2 participants