Remove obsolete README_old.md#39
Open
tas50 wants to merge 1 commit into
Open
Conversation
README_old.md held documentation for the pre-8.0 ChefSpec syntax, which the CHANGELOG noted would be "supported at least until ChefSpec 8.0". The project is now on 9.x, so this 1,291-line legacy document is dead weight and is removed. The only remaining reference is a historical CHANGELOG entry, which is an append-only record of a past release and is intentionally left untouched. Signed-off-by: Tim Smith <tsmith84@proton.me>
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.
Summary
Deletes
README_old.md— 1,291 lines of documentation for the pre-8.0 ChefSpec syntax.Per the CHANGELOG, that legacy syntax and its
README_old.mddocs were only promised support "at least until ChefSpec 8.0". The project is now on 9.x, so the file is obsolete and just adds noise next to the currentREADME.md.Note
The only remaining reference to the file is a historical CHANGELOG entry describing where the old docs moved at the time of that release. CHANGELOG entries are an append-only record of past releases, so I've left it untouched rather than rewrite history; the now-dead link there is expected for an aged changelog entry.