diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2b7e2d932ca..66332175160 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -182,10 +182,18 @@ jobs: with: dry-run-flag: ${{ inputs.dry-run-flag }} - uses: ./.github/actions/download-node-modules-and-artifacts - - name: build libraries + - name: Set libraries versions run: | set -u; ./scripts/github/build/bumpversion.sh + - name: Set migrations + uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 + with: + script: | + const setMigrations = require('./scripts/github/release/set-migrations.js'); + setMigrations(); + - name: build libraries + run: | npx nx affected:build $NX_CALCULATION_FLAGS --prod --exclude="demoshell" --skip-nx-cache npx nx affected $NX_CALCULATION_FLAGS --target=pretheme npx nx affected $NX_CALCULATION_FLAGS --target=build-schematics diff --git a/lib/core/schematics/migrations/collection.json b/lib/core/schematics/migrations/collection.json index 4f94b4ed08a..5bb220654ec 100644 --- a/lib/core/schematics/migrations/collection.json +++ b/lib/core/schematics/migrations/collection.json @@ -23,6 +23,10 @@ "version": "7.0.0", "alwaysAddToPackageJson": false }, + "@alfresco/adf-process-services": { + "version": "7.0.0", + "alwaysAddToPackageJson": false + }, "@alfresco/eslint-plugin-eslint-angular": { "version": "7.0.0", "alwaysAddToPackageJson": false