feat: publish wp-coding-standards to GitHub Packages - #17
Merged
Merged
Conversation
Merge release into main
release: 3.4.0 (PHPUnit, squizlabs migration, dependency cooldown)
Merge relese into main
Merge release into main
Merge release into main
…GitHub Packages registry
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
Moves wp-coding-standards onto GitHub Packages, matching the bsu-eslint, bsu-stylelint, and BSUPhpLint rollouts: renamed to
@bemidjistate/wp-coding-standardswithpublishConfigpointing atnpm.pkg.github.com, a tag-triggered publish workflow (with the step-scopedallow-directoryoverride for the npm 11.16 pack quirk), and README consumption docs for the@bsu/wp-coding-standardsalias. There is deliberately no.npmignore— the tarball must match what the git dependency delivered, committedvendor/toolchain included.The branch includes
main(the version commits through 3.4.4), so therelease→mainpromotion stays conflict-free.Verification
npm pack --dry-runlocally: 7.8 MB compressed / 49.8 MB unpacked / 4,429 files — the count reconciles exactly with the tracked file set minus npm's always-excluded files (.gitignore,.npmrc,package-lock.json) plus the new workflow;CodeSniffer.conf(the bakedinstalled_paths),vendor/bin/phpcs,vendor/bin/phpstan, andbin/register-BSUPhpLint.phpall present.