Skip to content

Commit

Permalink
Merge branch 'release/7.3.12'
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaymo committed Aug 21, 2023
2 parents 46d55e4 + 2ba7e73 commit 1bcedb3
Show file tree
Hide file tree
Showing 15 changed files with 521 additions and 450 deletions.
20 changes: 20 additions & 0 deletions .distignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
.distignore
.ddev
.git*
tests/
resources/
vendor/**/test*
languages/*.po
bin/
*.lock
composer.json
package.json
package-lock.json
patchwork.json
*.xml.*
*.sh
*.config.*
*.md
gulpfile.js
changelog.txt
psalm.xml
17 changes: 17 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Create release package
on:
workflow_dispatch:
inputs:
PACKAGE_VERSION:
description: 'Package Version'
required: true
jobs:
create_archive:
uses: inpsyde/reusable-workflows/.github/workflows/build-plugin-archive.yml@main
with:
PLUGIN_VERSION: ${{ inputs.PACKAGE_VERSION }}
PHP_VERSION: 7.2
PLUGIN_MAIN_FILE: mollie-payments-for-woocommerce.php
ARCHIVE_NAME: mollie-payments-for-woocommerce
PRE_SCRIPT: |
echo 'hello world!';
6 changes: 6 additions & 0 deletions .github/workflows/sample_dispatch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"action": "workflow_dispatch",
"inputs": {
"PACKAGE_VERSION": "0.0.1"
}
}
6 changes: 6 additions & 0 deletions .idea/DdevIntegration.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions .idea/WooCommerce.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 10 additions & 11 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1bcedb3

Please sign in to comment.