diff --git a/.github/styles/vocab.txt b/.github/styles/vocab.txt index d3ea8c1c27..71babd3604 100644 --- a/.github/styles/vocab.txt +++ b/.github/styles/vocab.txt @@ -16,6 +16,7 @@ Autoscaling autoselect Avro backrub +backported Bigtable Billett Bitbucket diff --git a/.github/workflows/changeset.yml b/.github/workflows/changeset.yml index e960d45744..44ddbe3334 100644 --- a/.github/workflows/changeset.yml +++ b/.github/workflows/changeset.yml @@ -13,8 +13,8 @@ jobs: - uses: actions/checkout@v2 - name: Install Dependencies run: yarn --frozen-lockfile - - name: Run pre-release preparations - run: node scripts/pre-release.js + - name: Run release preparations + run: node scripts/prepare-release.js - name: Create Release Pull Request uses: changesets/action@master with: