Skip to content

Commit ac3efab

Browse files
authored
Release v3.0.20250917 (#47)
1 parent 43b170b commit ac3efab

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/release-process.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Ensure the commit you are tagging is showing as green in github & prow test resu
1010

1111
Pull the latest changes:
1212
```
13-
git checkout master
14-
git pull upstream master
13+
git checkout main
14+
git pull upstream main
1515
```
1616

1717
Set the version using `dev/set-version.sh`:
@@ -28,7 +28,7 @@ git add version.txt && git commit -m "Release v${VERSION}"
2828

2929
This is the "release commit". Push and create a PR.
3030
```
31-
gh pr create -f
31+
gh pr create -f -l tide/merge-method-squash
3232
```
3333

3434

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.20250803
1+
3.0.20250917

0 commit comments

Comments
 (0)