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: docs/cnv/release-notes/rn-process.md
+28-18Lines changed: 28 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,32 +44,42 @@ This is a step by step process with commands included. Be sure to replace `4.17`
44
44
For builds and tests to be successful in your GitHub pull request, you must open a separate PR to add a placeholder release notes file to the main branch. This is a step by step process with commands included. Be sure to replace `4.18` with the version you are working on.
45
45
46
46
1. Check out the branch of the new version:
47
-
-`$ git checkout main ; git fetch upstream`
48
47
49
-
2. Create a feature branch off of the main branch:
50
-
-`$ git checkout -b CNV-XXXX`
48
+
```bash
49
+
git checkout main
50
+
git fetch upstream
51
+
```
51
52
52
-
3. Create a new placeholder file with the new version name:
0 commit comments