Skip to content
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

Release automation only #303

Merged
merged 2 commits into from
Oct 29, 2024
Merged

Release automation only #303

merged 2 commits into from
Oct 29, 2024

Conversation

pwtyler
Copy link
Member

@pwtyler pwtyler commented Oct 29, 2024

Applies release automation steps in #302 to the release branch without the actual version bump.

* remove the run_test command
already moved to GitHub Actions

* update prepare and cleanup steps for php 8.3 tests

* add a separate php 8.3 test

* update main jobs

* remove non-existant --from-env

* circle ci has different run numbers
so we don't need to prefix the 8.3 tests with 83

* bump tested up to version

* just use a single test
and we'll assume we can multidev off master still

* allow nonfatal newrelic error

* send subshell errors to /dev/null

* pass true to continue

* use &1

* Ignore the newrelic error

* add PHP version to behat-prepare so we can be sure that we're on 8.3

* restore the env:create to the way it was originally

* move the quote

* bump tested up to to 6.4.1

* return FIXTURE_VERSION to what it was originally
this will be broken until pantheon-systems/infrastructure#3574 is merged, but then we can re-run and it should work
* add composer-diff workflow

* update wpunit-helpers to 2.0

* fix gitignore

* update lint-test workflow

* remove shellcheck step
most of the relevant scripts are from wpunit helpers or sourced from elsewhere. we should make a single solution for all copy/pasted scripts but we don't need to shellcheck in this individual implementation

* add release-pr workflow
copy pasta from papc

* add build-tag-release workflow
copy pasta from papc with composer and gitignore mods

* need to install WP-CLI for the new phpunit test

* update Contributing with new automated workflow

* update contributing.md with asset-only update process
@pwtyler pwtyler requested a review from a team as a code owner October 29, 2024 18:21
Copy link

Composer Changes

Dev Packages Operation Base Target
behat/behat Upgraded v3.13.0 v3.14.0
behat/mink Upgraded v1.10.0 v1.11.0
nikic/php-parser Upgraded v4.17.1 v5.0.2
pantheon-systems/pantheon-wp-coding-standards Upgraded 2.0.0 2.0.1
pantheon-systems/wpunit-helpers Upgraded v1.0.1 v2.0.0
phar-io/manifest Upgraded 2.0.3 2.0.4
phpcsstandards/phpcsextra Upgraded 1.1.2 1.2.1
phpcsstandards/phpcsutils Upgraded 1.0.8 1.0.10
phpstan/phpdoc-parser Upgraded 1.24.2 1.27.0
phpunit/php-code-coverage Upgraded 9.2.29 9.2.31
phpunit/phpunit Upgraded 9.6.13 9.6.18
sebastian/cli-parser Upgraded 1.0.1 1.0.2
sebastian/complexity Upgraded 2.0.2 2.0.3
sebastian/diff Upgraded 4.0.5 4.0.6
sebastian/exporter Upgraded 4.0.5 4.0.6
sebastian/global-state Upgraded 5.0.6 5.0.7
sebastian/lines-of-code Upgraded 1.0.3 1.0.4
sebastian/resource-operations Upgraded 3.0.3 3.0.4
slevomat/coding-standard Upgraded 8.14.1 8.15.0
spryker/code-sniffer Upgraded 0.17.18 0.17.23
squizlabs/php_codesniffer Upgraded 3.7.2 3.9.0
symfony/console Upgraded v5.4.28 v5.4.36
symfony/css-selector Upgraded v5.4.26 v5.4.35
symfony/deprecation-contracts Upgraded v3.3.0 v3.4.0
symfony/event-dispatcher Upgraded v5.4.26 v5.4.35
symfony/event-dispatcher-contracts Upgraded v3.3.0 v3.4.0
symfony/filesystem Upgraded v5.4.25 v5.4.35
symfony/polyfill-ctype Upgraded v1.28.0 v1.29.0
symfony/polyfill-intl-grapheme Upgraded v1.28.0 v1.29.0
symfony/polyfill-intl-idn Upgraded v1.28.0 v1.29.0
symfony/polyfill-intl-normalizer Upgraded v1.28.0 v1.29.0
symfony/polyfill-mbstring Upgraded v1.28.0 v1.29.0
symfony/polyfill-php72 Upgraded v1.28.0 v1.29.0
symfony/polyfill-php73 Upgraded v1.28.0 v1.29.0
symfony/polyfill-php80 Upgraded v1.28.0 v1.29.0
symfony/polyfill-php81 Upgraded v1.28.0 v1.29.0
symfony/string Upgraded v6.3.5 v6.4.4
symfony/yaml Upgraded v6.3.3 v6.4.3
theseer/tokenizer Upgraded 1.2.1 1.2.3
wp-coding-standards/wpcs Upgraded 3.0.1 3.1.0

@pwtyler pwtyler merged commit 86cbb3d into release Oct 29, 2024
12 of 14 checks passed
@pwtyler pwtyler deleted the release-automation-only branch October 29, 2024 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants