diff --git a/.changeset/README.md b/.changeset/README.md deleted file mode 100644 index e5b6d8d..0000000 --- a/.changeset/README.md +++ /dev/null @@ -1,8 +0,0 @@ -# Changesets - -Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works -with multi-package repos, or single-package repos to help you version and publish your code. You can -find the full documentation for it [in our repository](https://github.com/changesets/changesets) - -We have a quick list of common questions to get you started engaging with this project in -[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md) diff --git a/.changeset/config.json b/.changeset/config.json deleted file mode 100644 index ab848d1..0000000 --- a/.changeset/config.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "$schema": "https://unpkg.com/@changesets/config@2.3.1/schema.json", - "changelog": "@changesets/cli/changelog", - "commit": false, - "fixed": [], - "linked": [], - "access": "restricted", - "baseBranch": "main", - "updateInternalDependencies": "patch", - "ignore": [] -} diff --git a/.github/workflows/pull-request-master.yml b/.github/workflows/pull-request-master.yml index be29112..66bfc7d 100644 --- a/.github/workflows/pull-request-master.yml +++ b/.github/workflows/pull-request-master.yml @@ -24,12 +24,6 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: fetch-depth: 0 - # Avoid checking against the "Version Packages" PR from changesets itself. - - name: Check for changesets on PR - if: github.event_name == 'pull_request' && github.event.pull_request.head.ref != 'changeset-release/master' - uses: smartcontractkit/.github/actions/guard-from-missing-changesets@main - with: - trunk-branch: "origin/master" - name: Set matrix packages id: set-matrix-packages shell: bash diff --git a/.github/workflows/push-master.yml b/.github/workflows/push-master.yml index 688268b..787c0fb 100644 --- a/.github/workflows/push-master.yml +++ b/.github/workflows/push-master.yml @@ -178,41 +178,3 @@ jobs: # sonarqube inputs sonar-token: ${{ secrets.SONAR_TOKEN }} sonar-host-url: ${{ secrets.SONAR_HOST_URL }} - - cd-release: - runs-on: ubuntu-latest - permissions: - id-token: write - contents: read - outputs: - changesets_published: ${{ steps.cd-release.outputs.published }} - changesets_publishedPackages: ${{ steps.cd-release.outputs.publishedPackages }} - steps: - - name: cd-release - id: cd-release - uses: smartcontractkit/.github/actions/cicd-changesets@8720f77f170718126aab659bdd32edd7432556b3 # cicd-changesets@0.1.1 - with: - # general inputs - git-user: app-token-issuer-data-feeds[bot] - git-email: app-token-issuer-data-feeds[bot]@users.noreply.github.com - pnpm-use-cache: false - # aws inputs - aws-region: ${{ secrets.AWS_REGION }} - aws-role-arn: ${{ secrets.AWS_ROLE_ARN_GATI_CHANGESETS }} - aws-lambda-url: ${{ secrets.AWS_LAMBDA_URL_GATI }} - - cicd-build-publish-artifacts-release: - if: needs.cd-release.outputs.changesets_published == 'true' - runs-on: ubuntu-latest - strategy: - fail-fast: false - matrix: - package: ${{ fromJson(needs.cd-release.outputs.changesets_publishedPackages) }} - permissions: - id-token: write - contents: read - actions: read - needs: [cd-release] - uses: ./.github/workflows/push-tag-release.yml - with: - tag: "${{ matrix.package.name }}@${{ matrix.package.version }}" \ No newline at end of file