diff --git a/.github/workflows/bump.yaml b/.github/workflows/bump.yaml deleted file mode 100644 index aad9aa947..000000000 --- a/.github/workflows/bump.yaml +++ /dev/null @@ -1,18 +0,0 @@ -name: Bump version -on: - workflow_dispatch: - inputs: - packages: - description: "Packages to bump" - type: string - required: true -jobs: - bump: - runs-on: ubuntu-latest - permissions: - contents: write - steps: - - uses: actions/checkout@v3 - - uses: nbsp/ilo@v1 - with: - packages: ${{ github.event.inputs.packages }} diff --git a/.nanpa/.keep b/.nanpa/.keep deleted file mode 100644 index 2b6afe05c..000000000 --- a/.nanpa/.keep +++ /dev/null @@ -1,4 +0,0 @@ -Add changeset files in this directory. - -See nanpa documentation for more info: -https://github.com/nbsp/nanpa/blob/trunk/doc/nanpa-changeset.5.scd \ No newline at end of file diff --git a/.nanparc b/.nanparc deleted file mode 100644 index e847e195c..000000000 --- a/.nanparc +++ /dev/null @@ -1,3 +0,0 @@ -version 2.6.0 -name client-sdk-swift -custom ./scripts/replace_version.sh