Skip to content

Commit

Permalink
chore: udpdates
Browse files Browse the repository at this point in the history
  • Loading branch information
renatonascalves committed May 6, 2024
1 parent 43a1092 commit 7701f83
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .deployignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ yarn.lock
*.zip
.wp-env.json
phpstan.neon.dist
.deployignore
CHANGELOG.md

node_modules
tests
Expand Down
2 changes: 2 additions & 0 deletions .distignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ yarn.lock
*.zip
.wp-env.json
phpstan.neon.dist
.deployignore
CHANGELOG.md

node_modules
tests
Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/deploy-to-wordpress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ jobs:
coverage: none

- name: Install PHP dependencies
uses: ramsey/composer-install@v2
with:
composer-options: "--no-dev --optimize-autoloader"
run: |
composer install --no-dev --optimize-autoloader
- name: WordPress Plugin Deploy
uses: 10up/action-wordpress-plugin-deploy@stable
Expand All @@ -39,13 +38,13 @@ jobs:
composer archive -vvv --format=zip --file="plugin-build/wp-graphql-buddypress"
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: wp-graphql-buddypress
path: plugin-build/wp-graphql-buddypress.zip

- name: Upload release asset
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: plugin-build/wp-graphql-buddypress.zip
env:
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.2] Unpublished

### Updated

- chore: removing development related files from SVN.
- CI: update packages from the `deploy-to-wordpress` action.


## [0.1.1] 2024-05-06

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WPGraphQL BuddyPress is a free and open-source extension for the WPGraphQL plugi
## System Requirements

* PHP >= 8.0+
* WP >= 5.9+
* WP >= 6.1+
* WPGraphQL >= latest
* BuddyPress >= latest

Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@
"*.dist",
"*.cache",
".phpcs.xml",
"composer.json",
"composer.lock",
".editorconfig",
"CHANGELOG.md",
Expand Down

0 comments on commit 7701f83

Please sign in to comment.