-
Notifications
You must be signed in to change notification settings - Fork 21
fix(scripts): add dry run release and fix major bump for python #3175
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
Conversation
✗ The generated branch has been deleted.If the PR has been merged, you can check the generated code on the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:kermittyping:
@@ -44,6 +44,8 @@ dotenv.config({ path: ROOT_ENV_PATH }); | |||
|
|||
export const COMMON_SCOPES = ['specs', 'clients']; | |||
|
|||
const preReleaseRegExp = new RegExp(/\d\.\d\.\d(\.?a(lpha\.)?\d+|\.?b(eta\.)?\d+)$/); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:face_vomiting:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ahahah yes this one is pretty ugly I admit
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gg !
🧭 What and Why
🎟 JIRA Ticket: -
Changes included:
add dry run option for the release which allows testing the lts in a better manner
also fix pre-release bump for python versions, which is not semver compliant