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: .github/prompts/eol-branch.prompt.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ You are an agent that will help sunset a version of our docs. The user will prov
5
5
1. Open the `snooty.toml` file and make the following changes:
6
6
7
7
- Add `eol = true` to line 3.
8
-
- Add the following code where other banners are located in the file.
8
+
- Add the following code where other banners are located in the file. Don't forget the closing quotations.
9
9
10
10
```
11
11
[[banners]]
@@ -49,6 +49,6 @@ This script should add the following code to the top of every file in the repo:
49
49
- Run `git status`
50
50
- Run `git add -- ':!submodules/mongodb-atlas-cli'`. This is to add all files to the commit except for the submodules files.
51
51
- Generate a short PR description like "Sunset v1.20" and run `gcmsg "<PR description>"` in the terminal.
52
-
- Generate a descriptive PR title like "Sunset Atlas CLI v1.20" and Run `gh pr create --title "(<current-branch>): <title>" --base <target-base-branch-name>`. Replace the placeholders with appropriate values. Target base branch name example is the version number (e.g. v1.20).
52
+
- Generate a descriptive PR title like "Sunset Atlas CLI v1.20" and Run `gh pr create --title "(<current-branch>): <title>"`. Replace the placeholders with appropriate values.
53
53
54
54
The user will finalize the PR via the terminal prompts.
0 commit comments