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

Run the new version-check job from the wp-svn orb #130

Merged
merged 11 commits into from
Oct 4, 2022
10 changes: 9 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2.1
orbs:
node: circleci/[email protected]
php: circleci/[email protected]
wp-svn: studiopress/wp-svn@0.1
wp-svn: studiopress/wp-svn@dev:alpha
kienstra marked this conversation as resolved.
Show resolved Hide resolved

references:
PLUGIN_PATH: &PLUGIN_PATH
Expand Down Expand Up @@ -143,13 +143,21 @@ workflows:
filters:
tags:
only: /.*/
- wp-svn/check-versions:
changelog-file: CHANGELOG.md
filters:
tags:
only: /^\d+\.\d+\.\d+$/
branches:
ignore: /.*/
- svn-deploy:
context: genesis-svn
requires:
- php-tests
- js-tests
- e2e-tests
- lint
- wp-svn/check-versions
filters:
tags:
only: /^\d+\.\d+\.\d+$/
Expand Down