Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update_changelog.py now can also take input as cli parameters #3731

Merged
merged 4 commits into from
Jan 7, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
formatting
Klaim committed Jan 7, 2025
commit ca18050eeebdc8f1ce49b31e1dfe1ce0f4761f2c
2 changes: 1 addition & 1 deletion update_changelog.py
Original file line number Diff line number Diff line change
@@ -89,7 +89,7 @@ def main():
cli_parser.add_argument(
"--from_date",
"-d",
help="Starting date of commits to be included in the release in the format YYYY-MM-DD."
help="Starting date of commits to be included in the release in the format YYYY-MM-DD.",
)
cli_parser.add_argument("--version", "-v", help="Name of the version to be released.")
args = cli_parser.parse_args()