From 08a130d7d23abf39c06d46d798f7216e6adce354 Mon Sep 17 00:00:00 2001 From: Mark West <66728126+MWest2020@users.noreply.github.com> Date: Tue, 27 Aug 2024 21:48:38 +0200 Subject: [PATCH 01/14] Create zaakafhandelapp.csr --- .nextcloud/certificates/zaakafhandelapp.csr | 26 +++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .nextcloud/certificates/zaakafhandelapp.csr diff --git a/.nextcloud/certificates/zaakafhandelapp.csr b/.nextcloud/certificates/zaakafhandelapp.csr new file mode 100644 index 0000000..118af1f --- /dev/null +++ b/.nextcloud/certificates/zaakafhandelapp.csr @@ -0,0 +1,26 @@ +-----BEGIN CERTIFICATE REQUEST----- +MIIEXzCCAkcCAQAwGjEYMBYGA1UEAwwPemFha2FmaGFuZGVsYXBwMIICIjANBgkq +hkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAnI2P93yLIINt4aOwwLO6Jn6CvbXhbbnI +ri4UieBwnGq0xDNmb//sDB+FOZOqOCqdw8Zj38ALck+W5P+4OfkPuUAjJIbGu23L +V100u+YD3m0jfkh2FSOEtqNcyLYPebW5xPdqcGXDinaxqsjqCYGgVZIyeaSTHPpv +xHEDccrPI0H0uHi1NOQH2uDTnFfzqKweFXUNI8xI9z7PAnyLnUBCLsXEe4NABpqL +pt4cwWVe/dTchYF7mr2xq4oGvmoMub09oSoaP6vzkTbr7CErew8GQ+cgJs3UfiEk +Cjgl2GT5Lk+6Fdd1hBsbHaoTbETky69VXrN57f8qiePsMMr9r4zmG30f/ESytPip +J1UjMiFmQGPrI4h6+9Vabfak6MAyJucFUwO25WsSR4X0XQUhFVpHww+WbpOa87wl +CRSutySL7tRy7vidaMwUl0Ayhyfc99lnEHwOMxJxCAyIddcC5NIv3LgbDbZ1MW9/ +x7LUDDPmu8kE8QB0anKpmxA/oa44zJqifeRo6slT/A+8PvagLaXaC08jgKixbfWr +orz+RZjpHJJ0U88jR7IiB06iki5VCxxIXpq8APRtMinyrOvbOfGKFWGClm7wefiY +w8Wyv2Dk4BH7T8i7OO+jZv7ZuYRqQ0iTpMiJR2NPBxz2FaTPBRW/lH3gvT/BDdpP +PUfvh7DQiMECAwEAAaAAMA0GCSqGSIb3DQEBCwUAA4ICAQB9pQt94oWp7h4R3GIY +1VRqqA441ETEf7WQF5+650fvrmgfAfi4ibtnYxe6mJVVUZbFabnaxzDFMW5D/D2w +j4pvX3FMaO/Bns2AgNKLfIS7Z4wG6FEPaat2sL/rCyZFR4TK+vhq0d/Iz7lb/zNs +WRZC3mEawsu0BEmR5fcckSvAM7U3D7zv+zOW/siYCpyWdhnQ7UBquIEwpQCCpzvI +KuFZIgCmqMOh3H3TPyvB/f+esn8i6pzSj4r8hKq+EHkuDoSUc8nRtO9E5SRs8lCL +yxJnbVkrJZE5vJDycnjoKBcVTLAi8S6YfAcSqV0nfawOs5lV2Del+m4oapvjG1og +8bwN3HEmZiyQJ1GF7SCQsos6hncJUed+5iIrdyGnfzq8K2AFkBoCsqZfCvUoSSt7 +UmJKVP1ZjQP225P178flK+3IVeVPtUD6QbMPRLlgQrh1y+rY4e7Pnk45trOrIICU +KQcbl65TWiaZOgsbll3t+kvXw8N/7fgeeyNe26IgQGvJCSJfMiLKiezNdFkIucsa +NsMiSvln4ims3+ZNicShV0qBG+rcFSsuhM+JpM0+k8tb8iyHeKAhgNWw6PodqIRv +AFak6fR0uK0O/roI+VTDy2SXYE2Dbn4yWEBKVovN8zq2he8rmEVNiyptKKFw03s2 +3StYdcaZetHMu9a8kQQ1vAwL4g== +-----END CERTIFICATE REQUEST----- From ba40dd03e6367cd7e5048731c50fd0f1e6863e22 Mon Sep 17 00:00:00 2001 From: Mark West <66728126+MWest2020@users.noreply.github.com> Date: Fri, 6 Sep 2024 09:49:36 +0200 Subject: [PATCH 02/14] Update info.xml --- appinfo/info.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index e402767..83f3f8b 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -1,7 +1,7 @@ - dsonextcloud + zaakafhandelapp Zaak Afhandel App ZAA This is a the ZAA (Zaak Afhandel App) in english Case Handling App that is made by ConductionNL From 5d89cd62b75e59262de29f1409f9166ab7c5e928 Mon Sep 17 00:00:00 2001 From: Mark West <66728126+MWest2020@users.noreply.github.com> Date: Wed, 11 Sep 2024 16:02:57 +0200 Subject: [PATCH 03/14] Create release-workflow.yaml --- .github/workflows/release-workflow.yaml | 230 ++++++++++++++++++++++++ 1 file changed, 230 insertions(+) create mode 100644 .github/workflows/release-workflow.yaml diff --git a/.github/workflows/release-workflow.yaml b/.github/workflows/release-workflow.yaml new file mode 100644 index 0000000..0ce7d23 --- /dev/null +++ b/.github/workflows/release-workflow.yaml @@ -0,0 +1,230 @@ +name: Release Workflow + +on: + push: + branches: + - main + workflow_dispatch: + inputs: + version: + description: 'Version to release (leave empty to use info.xml version)' + required: false + default: '' + +jobs: + release-management: + runs-on: ubuntu-latest + steps: + + - name: Checkout Code + uses: actions/checkout@v3 + with: + fetch-depth: 0 + + - name: Set app env + run: | + echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV + + - name: Get current version and increment + id: increment_version + run: | + current_version=$(grep -oP '(?<=)[^<]+' appinfo/info.xml) + IFS='.' read -ra version_parts <<< "$current_version" + ((version_parts[2]++)) + new_version="${version_parts[0]}.${version_parts[1]}.${version_parts[2]}" + echo "NEW_VERSION=$new_version" >> $GITHUB_ENV + echo "new_version=$new_version" >> $GITHUB_OUTPUT + + - name: Update version in info.xml + run: | + sed -i "s|.*|${{ env.NEW_VERSION }}|" appinfo/info.xml + + - name: Commit version update + run: | + git config --local user.email "action@github.com" + git config --local user.name "GitHub Action" + git commit -am "Bump version to ${{ env.NEW_VERSION }}" + git push + + # Step 1: Prepare the signing certificate and key + - name: Prepare Signing Certificate and Key + run: | + echo "${{ secrets.NEXTCLOUD_SIGNING_CERT }}" > signing-cert.crt + echo "${{ secrets.NEXTCLOUD_SIGNING_KEY }}" > signing-key.key + + # Step 3: Install Node.js dependencies using npm + - name: Install npm dependencies + uses: actions/setup-node@v3 + with: + node-version: '18.x' # Specify Node.js version + + # Step 4: Install PHP extensions + - name: Set up PHP and install extensions + uses: shivammathur/setup-php@v2 + with: + php-version: '8.2' + extensions: zip, gd + + # Step 5: Build the node dependencies + - run: npm ci + + # Step 6: Build the node dependencies + - run: npm run build + + # Step 7: Build composer dependencies + - run: composer i --no-dev + + # Step 8: Copy the files into the package directory + - name: Copy the package files into the package + run: | + mkdir -p package/${{ github.event.repository.name }} + rsync -av --progress \ + --exclude='package' \ + --exclude='.git' \ + --exclude='.github' \ + --exclude='.vscode' \ + --exclude='docker' \ + --exclude='docs' \ + --exclude='node_modules' \ + --exclude='src' \ + --exclude='test' \ + --exclude='package-lock.json' \ + --exclude='composer.lock' \ + --exclude='composer-setup.php' \ + --exclude='.phpunit.result.cache' \ + --exclude='phpmd.xml' \ + --exclude='signing-key.key' \ + --exclude='package.json' \ + --exclude='composer.json' \ + --exclude='coverage.txt' \ + --exclude='signing-cert.crt' \ + --exclude='docker-compose.yml' \ + --exclude='webpack.config.js' \ + --exclude='.prettierrc' \ + --exclude='psalm.xml' \ + --exclude='phpunit.xml' \ + --exclude='tsconfig.json' \ + --exclude='changelog-ci-config.json' \ + --exclude='jest.config.js' \ + --exclude='.gitattributes' \ + --exclude='.php-cs-fixer.dist.php' \ + --exclude='.gitignore' \ + --exclude='.eslintrc.js' \ + --exclude='stylelint.config.js' \ + --exclude='.babelrc' \ + --exclude='.nvmrc' \ + ./ package/${{ github.event.repository.name }}/ + + # Step 9: Create the TAR.GZ archive + - name: Create Tarball + run: | + cd package && tar -czf ../nextcloud-release.tar.gz ${{ github.event.repository.name }} + + # Step 10: Sign the TAR.GZ file with OpenSSL + - name: Sign the TAR.GZ file with OpenSSL + run: | + openssl dgst -sha512 -sign signing-key.key nextcloud-release.tar.gz | openssl base64 -out nextcloud-release.signature + + # Step 11: Generate Git version information + - name: Git Version + id: version + uses: codacy/git-version@2.7.1 + with: + release-branch: main + + # Step 12: Extract repository description + - name: Extract repository description + id: repo-description + run: | + description=$(jq -r '.description' <(curl -s https://api.github.com/repos/${{ github.repository }})) + echo "REPO_DESCRIPTION=$description" >> $GITHUB_ENV + + # Step 13: Run Changelog CI + - name: Run Changelog CI + if: github.ref == 'refs/heads/main' + uses: saadmk11/changelog-ci@v1.1.2 + with: + release_version: ${{ env.NEW_VERSION }} + config_file: changelog-ci-config.json + + # Step 14: Output the version + - name: Use the version + run: | + echo ${{ steps.version.outputs.version }} + + # Step 15: Copy the package files into the package (this step seems redundant, consider removing) + - name: Copy the package files into the package + run: | + mkdir -p package/${{ github.event.repository.name }} + rsync -av --progress --exclude='package' --exclude='.git' ./ package/${{ github.event.repository.name }}/ + + # Step 18: Create a new release on GitHub + - name: Upload Release + uses: ncipollo/release-action@v1.12.0 + with: + tag: v${{ env.NEW_VERSION }} + name: Release ${{ env.NEW_VERSION }} + draft: false + prerelease: false + + - name: Attach tarball to github release + uses: svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # v2 + id: attach_to_release + with: + repo_token: ${{ secrets.GITHUB_TOKEN }} + file: nextcloud-release.tar.gz # Corrected spelling + asset_name: ${{ env.APP_NAME }}-${{ env.NEW_VERSION }}.tar.gz + tag: v${{ env.NEW_VERSION }} + overwrite: true + + - name: Upload app to Nextcloud appstore + uses: nextcloud-releases/nextcloud-appstore-push-action@a011fe619bcf6e77ddebc96f9908e1af4071b9c1 # v1 + with: + app_name: ${{ env.APP_NAME }} + appstore_token: ${{ secrets.NEXTCLOUD_APPSTORE_TOKEN }} + download_url: https://github.com/${{ github.repository }}/releases/download/v${{ env.NEW_VERSION }}/${{ env.APP_NAME }}-${{ env.NEW_VERSION }}.tar.gz + app_private_key: ${{ secrets.NEXTCLOUD_SIGNING_KEY }} + nightly: false + + - name: Verify version and contents + run: | + echo "App version: ${{ env.NEW_VERSION }}" + echo "Tarball contents:" + tar -tvf nextcloud-release.tar.gz + echo "info.xml contents:" + tar -xOf nextcloud-release.tar.gz ${{ env.APP_NAME }}/appinfo/info.xml + + - name: Update CHANGELOG.md + run: | + if [ ! -f CHANGELOG.md ]; then + echo "# Changelog" > CHANGELOG.md + echo "" >> CHANGELOG.md + echo "## [Unreleased]" >> CHANGELOG.md + echo "### Added" >> CHANGELOG.md + echo "- Initial release" >> CHANGELOG.md + echo "" >> CHANGELOG.md + fi + + # Create a new entry for the current version + NEW_ENTRY="## ${{ env.NEW_VERSION }} – $(date +'%Y-%m-%d')" + echo "$NEW_ENTRY" > temp_changelog.md + echo "### Added" >> temp_changelog.md + echo "- New features for this release" >> temp_changelog.md + echo "" >> temp_changelog.md + echo "### Changed" >> temp_changelog.md + echo "- Changes in existing functionality for this release" >> temp_changelog.md + echo "" >> temp_changelog.md + echo "### Fixed" >> temp_changelog.md + echo "- Bug fixes for this release" >> temp_changelog.md + echo "" >> temp_changelog.md + + # Append the new entry after the Unreleased section + sed -i '/## \[Unreleased\]/,/^$/!b;:a;/^$/!{$!{N;ba}};/\n.*/{P;D}' CHANGELOG.md + sed -i '/## \[Unreleased\]/r temp_changelog.md' CHANGELOG.md + rm temp_changelog.md + + git config --local user.email "action@github.com" + git config --local user.name "GitHub Action" + git add CHANGELOG.md + git commit -m "Update CHANGELOG.md for version ${{ env.NEW_VERSION }}" || echo "No changes to commit" + git push From 462e7b63dc445eda7c2f849614c952e9a2ff8054 Mon Sep 17 00:00:00 2001 From: Mark West <66728126+MWest2020@users.noreply.github.com> Date: Wed, 11 Sep 2024 16:13:41 +0200 Subject: [PATCH 04/14] Update release-workflow.yaml --- .github/workflows/release-workflow.yaml | 35 ------------------------- 1 file changed, 35 deletions(-) diff --git a/.github/workflows/release-workflow.yaml b/.github/workflows/release-workflow.yaml index 0ce7d23..1093002 100644 --- a/.github/workflows/release-workflow.yaml +++ b/.github/workflows/release-workflow.yaml @@ -193,38 +193,3 @@ jobs: tar -tvf nextcloud-release.tar.gz echo "info.xml contents:" tar -xOf nextcloud-release.tar.gz ${{ env.APP_NAME }}/appinfo/info.xml - - - name: Update CHANGELOG.md - run: | - if [ ! -f CHANGELOG.md ]; then - echo "# Changelog" > CHANGELOG.md - echo "" >> CHANGELOG.md - echo "## [Unreleased]" >> CHANGELOG.md - echo "### Added" >> CHANGELOG.md - echo "- Initial release" >> CHANGELOG.md - echo "" >> CHANGELOG.md - fi - - # Create a new entry for the current version - NEW_ENTRY="## ${{ env.NEW_VERSION }} – $(date +'%Y-%m-%d')" - echo "$NEW_ENTRY" > temp_changelog.md - echo "### Added" >> temp_changelog.md - echo "- New features for this release" >> temp_changelog.md - echo "" >> temp_changelog.md - echo "### Changed" >> temp_changelog.md - echo "- Changes in existing functionality for this release" >> temp_changelog.md - echo "" >> temp_changelog.md - echo "### Fixed" >> temp_changelog.md - echo "- Bug fixes for this release" >> temp_changelog.md - echo "" >> temp_changelog.md - - # Append the new entry after the Unreleased section - sed -i '/## \[Unreleased\]/,/^$/!b;:a;/^$/!{$!{N;ba}};/\n.*/{P;D}' CHANGELOG.md - sed -i '/## \[Unreleased\]/r temp_changelog.md' CHANGELOG.md - rm temp_changelog.md - - git config --local user.email "action@github.com" - git config --local user.name "GitHub Action" - git add CHANGELOG.md - git commit -m "Update CHANGELOG.md for version ${{ env.NEW_VERSION }}" || echo "No changes to commit" - git push From 4c5f7a11832c10af25b288dad44677d292b38450 Mon Sep 17 00:00:00 2001 From: Mark West <66728126+MWest2020@users.noreply.github.com> Date: Wed, 11 Sep 2024 16:30:08 +0200 Subject: [PATCH 05/14] Update info.xml --- appinfo/info.xml | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index 83f3f8b..ff83235 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -2,25 +2,24 @@ zaakafhandelapp - Zaak Afhandel App + ZaakAfhandelapp ZAA - This is a the ZAA (Zaak Afhandel App) in english Case Handling App that is made by ConductionNL + This is a the ZAA (Zaak Afhandel App) in English Case Handling App that is made by ConductionNL 1.0.0 - eupl 1.2 + agpl/licence> + organization Conduction - DsoNextcloud - dashboard - https://github.com/ConductionNL/dsonextcloud/issues + ZaakAfhandelapp + https://github.com/ConductionNL/zaakafhandelapp/issues - + - dsonextcloud - ZAA (Zaak Afhandel App) - dsonextcloud.zaken.index + zaakafhandelapp + ZaakAfhandelapp + zaakafhandelapp.dashboard.page app.svg - 8 From 8f2344ff092bfc1a517134537d7ae128cc44500a Mon Sep 17 00:00:00 2001 From: Mark West <66728126+MWest2020@users.noreply.github.com> Date: Wed, 11 Sep 2024 16:32:19 +0200 Subject: [PATCH 06/14] Update info.xml --- appinfo/info.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index ff83235..606f4d8 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -5,7 +5,7 @@ ZaakAfhandelapp ZAA This is a the ZAA (Zaak Afhandel App) in English Case Handling App that is made by ConductionNL - 1.0.0 + 0.0.2 agpl/licence> organization Conduction From ab4a1ed738227f0881379122ab285aab28c4f1e5 Mon Sep 17 00:00:00 2001 From: Mark West <66728126+MWest2020@users.noreply.github.com> Date: Wed, 11 Sep 2024 16:33:53 +0200 Subject: [PATCH 07/14] Update info.xml --- appinfo/info.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index 606f4d8..d8d5646 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -4,7 +4,7 @@ zaakafhandelapp ZaakAfhandelapp ZAA - This is a the ZAA (Zaak Afhandel App) in English Case Handling App that is made by ConductionNL + This is a the ZAA (Zaak Afhandel App) in English Case Handling App that is made by ConductionNL for the Nextcloud eco 0.0.2 agpl/licence> organization From 4a29c2b3138bfd32fd15393b025b600cfc42be4d Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 13 Sep 2024 12:05:35 +0000 Subject: [PATCH 08/14] Bump version to 0.0.3 --- appinfo/info.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index d8d5646..d27184a 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -5,7 +5,7 @@ ZaakAfhandelapp ZAA This is a the ZAA (Zaak Afhandel App) in English Case Handling App that is made by ConductionNL for the Nextcloud eco - 0.0.2 + 0.0.3 agpl/licence> organization Conduction From 0c6d3e8c03f626e7aaa7c99d52211a72eee23f63 Mon Sep 17 00:00:00 2001 From: Mark West <66728126+MWest2020@users.noreply.github.com> Date: Fri, 13 Sep 2024 17:38:01 +0200 Subject: [PATCH 09/14] Update composer.json --- composer.json | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index e43a19a..3176790 100644 --- a/composer.json +++ b/composer.json @@ -1,12 +1,22 @@ { - "name": "nextcloud/dsonextcloud", - "description": "This is a DSO Nextcloud project for the municipality Buren and is done by ConductionNL", + "name": "conductionnl/zaakafhandelapp", + "description": "Manage your live roleplaying setting", "license": "AGPL-3.0-or-later", "authors": [ + { + "name": "Conduction b.v.", + "email": "info@conduction.nl", + "homepage": "https://conduction.nl" + }, { "name": "Remko Huisman (Conduction)", "email": "remko@conduction.nl", - "homepage": "" + "homepage": "https://conduction.nl" + }, + { + "name": "Ruben van der Linde (Conduction)", + "email": "ruben@conduction.nl", + "homepage": "https://conduction.nl" } ], "autoload": { @@ -29,8 +39,13 @@ "openapi": "generate-spec" }, "require": { + "php": "^8.1", + "adbario/php-dot-notation": "^3.3.0", "bamarni/composer-bin-plugin": "^1.8", - "php": "^8.1" + "elasticsearch/elasticsearch": "^v8.14.0", + "adbario/php-dot-notation": "^3.3.0", + "guzzlehttp/guzzle": "^7.0", + "symfony/uid": "^6.4" }, "require-dev": { "nextcloud/ocp": "dev-stable29", @@ -38,7 +53,8 @@ }, "config": { "allow-plugins": { - "bamarni/composer-bin-plugin": true + "bamarni/composer-bin-plugin": true, + "php-http/discovery": true }, "optimize-autoloader": true, "sort-packages": true, From 76a35fb164bda8d4ad2f3160cc14633022d68aa2 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 13 Sep 2024 15:38:30 +0000 Subject: [PATCH 10/14] Bump version to 0.0.4 --- appinfo/info.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index d27184a..6727910 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -5,7 +5,7 @@ ZaakAfhandelapp ZAA This is a the ZAA (Zaak Afhandel App) in English Case Handling App that is made by ConductionNL for the Nextcloud eco - 0.0.3 + 0.0.4 agpl/licence> organization Conduction From 36baa87c973ba3653d1457b9d72d24b1baf4dc87 Mon Sep 17 00:00:00 2001 From: Mark West <66728126+MWest2020@users.noreply.github.com> Date: Fri, 13 Sep 2024 17:47:46 +0200 Subject: [PATCH 11/14] Update info.xml closing tag license --- appinfo/info.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index 6727910..f2eb62b 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -6,7 +6,7 @@ ZAA This is a the ZAA (Zaak Afhandel App) in English Case Handling App that is made by ConductionNL for the Nextcloud eco 0.0.4 - agpl/licence> + agpl organization Conduction ZaakAfhandelapp From 4286773db7d09ed0e0a22f57701db4ab5ba806f5 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 13 Sep 2024 15:48:11 +0000 Subject: [PATCH 12/14] Bump version to 0.0.5 --- appinfo/info.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index f2eb62b..408718b 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -5,7 +5,7 @@ ZaakAfhandelapp ZAA This is a the ZAA (Zaak Afhandel App) in English Case Handling App that is made by ConductionNL for the Nextcloud eco - 0.0.4 + 0.0.5 agpl organization Conduction From 2930ae55895d641ccf21308de32c65b09c4115a3 Mon Sep 17 00:00:00 2001 From: Mark West <66728126+MWest2020@users.noreply.github.com> Date: Fri, 20 Sep 2024 23:02:20 +0200 Subject: [PATCH 13/14] Update release-workflow.yaml --- .github/workflows/release-workflow.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-workflow.yaml b/.github/workflows/release-workflow.yaml index 1093002..c40b688 100644 --- a/.github/workflows/release-workflow.yaml +++ b/.github/workflows/release-workflow.yaml @@ -3,6 +3,7 @@ name: Release Workflow on: push: branches: + - master - main workflow_dispatch: inputs: @@ -86,7 +87,7 @@ jobs: --exclude='docker' \ --exclude='docs' \ --exclude='node_modules' \ - --exclude='src' \ + --exclude='/src' \ --exclude='test' \ --exclude='package-lock.json' \ --exclude='composer.lock' \ From fc398ee082f6eb8ac7d1dcb8e9987c539f8c9659 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 20 Sep 2024 21:02:47 +0000 Subject: [PATCH 14/14] Bump version to 0.0.6 --- appinfo/info.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index 408718b..59aded9 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -5,7 +5,7 @@ ZaakAfhandelapp ZAA This is a the ZAA (Zaak Afhandel App) in English Case Handling App that is made by ConductionNL for the Nextcloud eco - 0.0.5 + 0.0.6 agpl organization Conduction