You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Run `make generate` to re-generate the `testdata/` with above modifications.
18
18
**Note**
19
19
The release PR with the above mentioned change will **fail** the `sanity` test and needs to be merged forcefully. This step is done because the packages which are to be imported in the scaffolded project and the plugin code reside in the same repository. This will ensure that after the release, the plugin will also import the updated version of library helpers.
20
20
21
-
2. Create a release branch with the name vX.Y.x. Example: `git checkout -b v0.0.10`.
21
+
2. Create a release branch with the name vX.Y.Z. Example: `git checkout -b v0.0.10`.
22
22
23
23
3. Tag the release commit and verify the generated tag.
0 commit comments