From 7c04bfb8284d31ab701ac30e114ae10a7da313c3 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Wed, 12 Jan 2022 11:34:44 +0100 Subject: [PATCH] vocab.txt: added "backported" Co-authored-by: Johan Haals Signed-off-by: Patrik Oldsberg --- .github/styles/vocab.txt | 1 + .github/workflows/changeset.yml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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: