Compare commits

...

2 commits
main ... wp-org

Author SHA1 Message Date
11e8d48e76 remove CHANGELOG.md from .distignore
All checks were successful
PHP Code Checker / PHP Code Checker (pull_request) Successful in 47s
PHPUnit / PHPUnit – PHP 7.4 (pull_request) Successful in 1m3s
PHPUnit / PHPUnit – PHP 8.0 (pull_request) Successful in 1m2s
PHPUnit / PHPUnit – PHP 8.1 (pull_request) Successful in 1m4s
PHPUnit / PHPUnit – PHP 8.2 (pull_request) Successful in 1m3s
PHPUnit / PHPUnit – PHP 8.3 (pull_request) Successful in 1m3s
PHPUnit / PHPUnit – PHP 8.4 (pull_request) Successful in 1m5s
2024-12-31 09:58:58 +01:00
f0cb277cdf Add CI for deployments to WordPress.org 2024-12-31 09:55:10 +01:00
3 changed files with 42 additions and 1 deletions

View file

@ -4,7 +4,6 @@
.wordpress-org
.wp-env.json
bin
CHANGELOG.md
CODE_OF_CONDUCT.md
composer.json
composer.lock

View file

@ -0,0 +1,21 @@
name: Plugin asset/readme update on WordPress.org
on:
push:
branches:
- main
jobs:
trunk:
name: Push assets to trunk on WordPress.org
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: https://code.forgejo.org/actions/checkout@v4
- name: WordPress.org plugin asset/readme update
uses: https://github.com/10up/action-wordpress-plugin-asset-update@stable
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SLUG: event-bridge-for-activitypub

View file

@ -0,0 +1,21 @@
name: Deploy to WordPress.org
on:
push:
tags:
- "v*"
jobs:
tag:
name: New tag
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: https://code.forgejo.org/actions/checkout@v4
- name: WordPress Plugin Deploy
uses: https://github.com/10up/action-wordpress-plugin-deploy@stable
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SLUG: event-bridge-for-activitypub