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

Release 3.0.0a1 #2151

Merged
merged 4 commits into from
Apr 25, 2023
Merged

Release 3.0.0a1 #2151

merged 4 commits into from
Apr 25, 2023

Conversation

cdce8p
Copy link
Member

@cdce8p cdce8p commented Apr 25, 2023

Description

Let's start the process for the 3.0.0 release with 3.0.0a1.
Refs #2148

@cdce8p cdce8p added the Maintenance Discussion or action around maintaining astroid or the dev workflow label Apr 25, 2023
@cdce8p cdce8p added this to the 3.0.0a0 milestone Apr 25, 2023
@cdce8p cdce8p merged commit 306e8fb into main Apr 25, 2023
@cdce8p cdce8p deleted the release-3.0.0a1 branch April 25, 2023 12:13
@@ -34,7 +34,7 @@ def main() -> None:
if args.verbose:
logging.basicConfig(level=logging.DEBUG)
logging.debug(f"Launching bump_changelog with args: {args}")
if "dev" in args.version:
if any(s in args.version for s in ("dev", "a", "b")):
Copy link
Member

Choose a reason for hiding this comment

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

This can be ported to pylint

Copy link
Member Author

Choose a reason for hiding this comment

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

Not sure that's necessary. The version parsing in pylint is a bit more forgiving.
https://github.com/pylint-dev/pylint/blob/9d629b816eb0f13cd44929b7baa9110b53b0251c/script/bump_changelog.py#L51-L60

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Maintenance Discussion or action around maintaining astroid or the dev workflow
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants