Skip to content

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
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