Skip to content

Commit

Permalink
self_review
Browse files Browse the repository at this point in the history
  • Loading branch information
epompeii committed Nov 30, 2024
1 parent bbad165 commit 2c48192
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ git add ./package.json
git add ./package-lock.json
sed -i '' "s/version: [0-9]*\.[0-9]*\.[0-9]*/version: $VERSION/" ./src/chunks/docs-how-to/install-cli/cli-github-actions-version.mdx
git add ./src/chunks/docs-how-to/install-cli/cli-github-actions-version.mdx
sed -i '' "s/Bencher API Server v[0-9]*\.[0-9]*\.[0-9]*/Bencher API Server v$VERSION/" ./src/chunks/docs-tutorial/docker-bencher-up-output.mdx
git add ./src/chunks/docs-tutorial/docker-bencher-up-output.mdx
sed -i '' "s/bencher [0-9]*\.[0-9]*\.[0-9]*/bencher $VERSION/" ./src/chunks/docs-tutorial/qs-cli-version-output.mdx
git add ./src/chunks/docs-tutorial/qs-cli-version-output.mdx
sed -i '' "s/export BENCHER_VERSION=[0-9]*\.[0-9]*\.[0-9]*/export BENCHER_VERSION=$VERSION/" ./src/chunks/general/cli-unix-script-version.mdx
Expand Down

0 comments on commit 2c48192

Please sign in to comment.