Skip to content

Commit 58ce5ec

Browse files
authored
final fix (#1066) (#1080)
(cherry picked from commit 4fd23db)
1 parent d172d82 commit 58ce5ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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>"`. Replace the placeholders with appropriate values.
52+
- Generate a descriptive PR title like "Sunset Atlas CLI v1.20" and Run `gh pr create --base <version> --title "(<current-branch>): <title>"`. Replace the placeholders with appropriate values. Version should be something like "v1.20".
5353

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

0 commit comments

Comments
 (0)