Refactor: Remove obsolete local /release path and link directly to Gi… - #652
Open
Zish19 wants to merge 1 commit into
Open
Refactor: Remove obsolete local /release path and link directly to Gi…#652Zish19 wants to merge 1 commit into
Zish19 wants to merge 1 commit into
Conversation
Member
|
I really don't want to delete the older release notes. Ones prior to 0.8.* don't seem to be on Podman. I'd rather update the pages here with notes from the Podman GitHub site, even if stuff is duplicated. @ashley-cui Thoughts? |
Author
|
I'll update the PR to preserve the historical release notes and only remove the obsolete |
…tHub Releases - Removed the Docusaurus plugin configuration for the local /release path. - Added a "Podman Releases" link to the website footer pointing to GitHub Releases. - Preserved the historical release notes as requested by maintainers. Fixes containers#634 Signed-off-by: Shivam <shivamkingkumar5@gmail.com>
Author
|
I've updated the PR based on your suggestion:
The historical release notes are now preserved while the inactive release route has been removed. |
This file contains hidden or 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
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.
Description
This PR removes the obsolete local
/releasepage and updates the website to direct users to the official Podman GitHub Releases page.Changes
Removed the secondary
@docusaurus/plugin-content-blogconfiguration responsible for serving the/releaseroute.Deleted the unused
release/directory.Added a Podman Releases link in the website footer pointing to:
Verification
Searched the repository to ensure there are no remaining references to:
/releaserelease-anouncements./releaseVerified the project builds successfully after the changes.
No unrelated source files or blog posts were modified.
Fixes #634.