Skip to content

Commit

Permalink
chore: fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
husam-e authored Jun 17, 2024
1 parent f0ec14f commit b409572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release_notes_generator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Usage: release_notes_helper.sh [-j JIRAKEY] [-s SCOPES] <START_VERSION> [END_VER
example 5 (from a release tag to main, with JIRA key and scopes): ./release_notes_helper.sh -j MYPROJ -s "(ui)\|(backend)" v1.1.0 origin/main
"-j": optional, the JIRA Project Key e.g. "MYPROJ".
"-s": optinal, the scopes to filter commits for - anything that regular `grep` can understand and find in the commit message. Default: ".*"
"-s": optional, the scopes to filter commits for - anything that regular `grep` can understand and find in the commit message. Default: ".*"
START_VERSION: required
END_VERSION: optional, default: HEAD
Expand Down

0 comments on commit b409572

Please sign in to comment.