diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml deleted file mode 100644 index b85ab97..0000000 --- a/.github/workflows/release.yml +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 2020 Google LLC -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -name: "Release" -on: - push: - branches: - - main -jobs: - build: - if: "!contains(github.event.head_commit.message, '[skip ci]')" - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - name: Publish - run: | - npm i - echo "//wombat-dressing-room.appspot.com/:_authToken=$NPM_TOKEN" > .npmrc - npm run release -- --ci - rm .npmrc - env: - NPM_TOKEN: ${{ secrets.NPM_WOMBAT_TOKEN }} - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - GIT_AUTHOR_NAME: googlemaps-bot - GIT_AUTHOR_EMAIL: googlemaps-bot@google.com - GIT_COMMITTER_NAME: googlemaps-bot - GIT_COMMITTER_EMAIL: googlemaps-bot@google.com diff --git a/.release-it.json b/.release-it.json deleted file mode 100644 index caf4335..0000000 --- a/.release-it.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "git": { - "commitMessage": "chore: release v${version} [skip ci]" - }, - "github": { - "release": true - }, - "npm": { - "publish": true, - "skipChecks": true - }, - "plugins": { - "@release-it/bumper": { - "in": { - "file": "VERSION", - "type": "text/plain" - }, - "out": { - "file": "VERSION", - "type": "text/plain" - } - } - } -} diff --git a/VERSION b/VERSION deleted file mode 100644 index a918476..0000000 --- a/VERSION +++ /dev/null @@ -1 +0,0 @@ -3.43.0 diff --git a/package.json b/package.json index 96faa4c..f04ab1b 100644 --- a/package.json +++ b/package.json @@ -27,9 +27,5 @@ "publishConfig": { "access": "public", "registry": "https://wombat-dressing-room.appspot.com" - }, - "devDependencies": { - "@release-it/bumper": "^2.0.0", - "release-it": "^14.2.1" } }