Skip to:
Content

bbPress.org

Changeset 7524


Ignore:
Timestamp:
09/16/2026 05:22:02 AM (5 days ago)
Author:
johnjamesjacoby
Message:

Build: Allow packaged Composer metadata.

Permit composer.json in Plugin SVN release candidates because it is an intentional runtime package file copied from src. Continue rejecting composer.lock and other development-only files.

In trunk, for 2.7.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/prepare-plugin-svn-release.sh

    r7443 r7524  
    4949[[ -s "$candidate_dir/bbpress.pot" ]] || fail "Candidate is missing a non-empty bbpress.pot."
    5050[[ ! -e "$candidate_dir/tests" ]] || fail "Candidate unexpectedly contains tests."
    51 for development_path in .github .git .svn Gruntfile.js package.json package-lock.json composer.json composer.lock; do
     51for development_path in .github .git .svn Gruntfile.js package.json package-lock.json composer.lock; do
    5252        [[ ! -e "$candidate_dir/$development_path" ]] || fail "Candidate unexpectedly contains $development_path."
    5353done
Note: See TracChangeset for help on using the changeset viewer.