-
Notifications
You must be signed in to change notification settings - Fork 140
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
[3.0.1] [Publication] Fix failed CI, fix canonical URL, set aliases #1015
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Arthit Suriyawongkul <[email protected]>
Signed-off-by: Arthit Suriyawongkul <[email protected]>
Signed-off-by: Arthit Suriyawongkul <[email protected]>
Signed-off-by: Arthit Suriyawongkul <[email protected]>
This is also to reduce the moving parts that will make the PR fails Signed-off-by: Arthit Suriyawongkul <[email protected]>
Signed-off-by: Arthit Suriyawongkul <[email protected]>
Signed-off-by: Arthit Suriyawongkul <[email protected]>
[ ] can be seen as part of regex symbols Signed-off-by: Arthit Suriyawongkul <[email protected]>
Signed-off-by: Arthit Suriyawongkul <[email protected]>
Signed-off-by: Arthit Suriyawongkul <[email protected]>
Signed-off-by: Arthit Suriyawongkul <[email protected]>
Signed-off-by: Arthit Suriyawongkul <[email protected]>
Closed
So the URL in the browser changes Signed-off-by: Arthit Suriyawongkul <[email protected]>
Signed-off-by: Arthit Suriyawongkul <[email protected]>
bact
changed the title
Set default to v3.0.1-draft
[Workflow] Validate PR without spdx-3-model dependency; Update build README to match
Aug 5, 2024
bact
changed the title
[Workflow] Validate PR without spdx-3-model dependency; Update build README to match
[Workflow] Fix canonical URL; Validate PR without spdx-3-model dependency
Aug 6, 2024
Signed-off-by: Arthit Suriyawongkul <[email protected]>
Signed-off-by: Arthit Suriyawongkul <[email protected]>
Signed-off-by: Arthit Suriyawongkul <[email protected]>
Signed-off-by: Arthit Suriyawongkul <[email protected]>
Signed-off-by: Arthit Suriyawongkul <[email protected]>
Signed-off-by: Arthit Suriyawongkul <[email protected]>
Signed-off-by: Arthit Suriyawongkul <[email protected]>
Update References chapter Add Symbols chapter Signed-off-by: Arthit Suriyawongkul <[email protected]>
bact
changed the title
[Workflow] Fix canonical URL; Validate PR without spdx-3-model dependency
[3.0.1] [Workflow] Add new Chapters in mkdocs.yml, fix canonical URL
Aug 9, 2024
bact
changed the title
[3.0.1] [Workflow] Add new Chapters in mkdocs.yml, fix canonical URL
[3.0.1] [Publication] Fix failed CI, fix canonical URL, set aliases
Aug 10, 2024
Per spdx#1010 (comment) Signed-off-by: Arthit Suriyawongkul <[email protected]>
Signed-off-by: Arthit Suriyawongkul <[email protected]>
Signed-off-by: Arthit Suriyawongkul <[email protected]>
I will create new PRs to replace this one
|
Signed-off-by: Arthit Suriyawongkul <[email protected]>
Signed-off-by: Arthit Suriyawongkul <[email protected]>
Signed-off-by: Arthit Suriyawongkul <[email protected]>
Signed-off-by: Arthit Suriyawongkul <[email protected]>
Closed - use #1093 instead |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closed - use #1093 instead
3.0.1 Publication - This will fix #1034 too
Aliases and default
mike delete
commands to remove an existing version deployment with the same name as the alias, before making aliases (mike does not allow the alias to overtake the name of existing version deployment, so we have to delete them first)v3.0.1
once v3.0.1 is releasedUpdate chapter list
Canonical URL
site_url
must be to root of the site, without the version, it will be combined with the version to become the canonical URL)Test quicker
mkdocs.yml
to make it usable even without model filesspdx-3-model
repo and generate model files (just like in earlier version) when it's not necessaryspdx-3-model
repo (things can break in the model, but changes in chapters/annexes in the spec can still be validated).Others
docs/model/
and__mkdocs-full.yml
, generated during buildThis PR is a step before making v3.0.1 a default version.
(This PR currently set default version to
v3.0.1-draft
, have to update it tov3.0.1
afterward)