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

Conversation

Klaim
Copy link
Member

@Klaim Klaim commented Jan 7, 2025

With this change python update_changelog.py -d 2024-12-24 -v 2.1.0.dev0 can be used instead of interactively providing these input. If any input is missing, we still do the interactive asks.

@Klaim Klaim added type::general-improvement release::enhancements For enhancements PRs or implementing features labels Jan 7, 2025
@JohanMabille JohanMabille changed the title update_releaser.py now can also take input as cli parameters update_changelog.py now can also take input as cli parameters Jan 7, 2025
@@ -21,6 +21,7 @@
import json
import re
import subprocess
import argparse
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nitpick: argparse should be imported first (alphabetical order).

@JohanMabille
Copy link
Member

These are changes to the releaser which is not tested in this CI, so no need to wait for it.

@JohanMabille JohanMabille merged commit 979162f into mamba-org:main Jan 7, 2025
34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release::enhancements For enhancements PRs or implementing features type::general-improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants