Skip to content

Commit c331e27

Browse files
committed
Bump to beta release
1 parent 67e6556 commit c331e27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/documentation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
git config --global user.email [email protected]
2727
git fetch origin gh-pages --depth=1
2828
- name: Deploy docs
29-
run: "mike deploy --push --update-aliases $(grep VERSION mockery-tools.env | cut -d'=' -f 2 | cut -d'.' -f1-2) v3"
29+
run: "mike deploy --push --update-aliases $(grep VERSION mockery-tools.env | cut -d'=' -f 2 | cut -d'.' -f1-2) latest-v3"
3030
env:
3131
GOOGLE_ANALYTICS_KEY: ${{ secrets.GOOGLE_ANALYTICS_KEY }}

mockery-tools.env

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION=v3.0.0-alpha.21
1+
VERSION=v3.0.0-beta.0

0 commit comments

Comments
 (0)