Skip to content

Commit 4c1682c

Browse files
author
Igor Stepin
committed
docs: fix example
1 parent 9939c2c commit 4c1682c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ create_changelog:
7171
- cat relNotes.env
7272
- git-parse-commits releaseNotes | tee releaseNotes.md
7373
- git-parse-commits releaseNotes --short | tee releaseNotes.txt
74-
- git-parse-commits -i main releaseNotes --short | tee releaseNotesMR.txt
74+
- git-parse-commits -i origin/main releaseNotes --short | tee releaseNotesMR.txt
7575
artifacts:
7676
reports:
7777
dotenv: relNotes.env

0 commit comments

Comments
 (0)