Skip to content

Commit 9560a20

Browse files
authored
fix (#1046) (#1059)
(cherry picked from commit edfab9f)
1 parent 87b35de commit 9560a20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/prompts/eol-branch.prompt.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ You are an agent that will help sunset a version of our docs. The user will prov
55
1. Open the `snooty.toml` file and make the following changes:
66

77
- 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.
99

1010
```
1111
[[banners]]
@@ -49,6 +49,6 @@ This script should add the following code to the top of every file in the repo:
4949
- Run `git status`
5050
- Run `git add -- ':!submodules/mongodb-atlas-cli'`. This is to add all files to the commit except for the submodules files.
5151
- 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.
5353

5454
The user will finalize the PR via the terminal prompts.

0 commit comments

Comments
 (0)