-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
airbyte-ci: add rc
bump type to bump version
#46709
airbyte-ci: add rc
bump type to bump version
#46709
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @alafanechere and the rest of your teammates on Graphite |
5db8b0d
to
81f1b5c
Compare
58ebaaa
to
73558be
Compare
9c08f64
to
5890181
Compare
5890181
to
f5a5d3d
Compare
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.
LGTM!
0189a00
to
2ddecef
Compare
f5a5d3d
to
d128383
Compare
2ddecef
to
8e6a057
Compare
d128383
to
a19d9f9
Compare
return isinstance(node, str) and node.startswith("#/") | ||
|
||
@staticmethod | ||
def _is_ref_key(key: str) -> bool: | ||
return bool(key == REF_TAG) | ||
|
||
@staticmethod | ||
def _read_ref_value(ref: str, manifest_node: Mapping[str, Any]) -> Any: | ||
def _read_ref_value(ref: str, manifest_node: Mapping[str, Any]) -> Any: # noqa: ANN401 |
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.
Should we change the linter rules instead?
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.
No, we should more accurately type this module 😄
a19d9f9
to
d68f244
Compare
What
We want the bump version command to now allow RC bump type.
If you want to release a release candidate version you would:
-rc.1
suffixrc
number-rc.1
>-rc.2