We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43b170b commit ac3efabCopy full SHA for ac3efab
docs/release-process.md
@@ -10,8 +10,8 @@ Ensure the commit you are tagging is showing as green in github & prow test resu
10
11
Pull the latest changes:
12
```
13
-git checkout master
14
-git pull upstream master
+git checkout main
+git pull upstream main
15
16
17
Set the version using `dev/set-version.sh`:
@@ -28,7 +28,7 @@ git add version.txt && git commit -m "Release v${VERSION}"
28
29
This is the "release commit". Push and create a PR.
30
31
-gh pr create -f
+gh pr create -f -l tide/merge-method-squash
32
33
34
version.txt
@@ -1 +1 @@
1
-3.0.20250803
+3.0.20250917
0 commit comments