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

ci(scripts): Add a script to generate version list #4827

Merged
merged 2 commits into from
Jun 30, 2024
Merged

Conversation

Xuanwo
Copy link
Member

@Xuanwo Xuanwo commented Jun 30, 2024

This PR will add a script to generate version list in markdown.

For example:

:) ./scripts/version.py
| Name                      | Version | Next    |
| -                         | -       | -       |
| core                      | 0.47.1  | 0.47.2  |
| bin/oay                   | 0.41.4  | 0.41.5  |
| bin/oli                   | 0.41.4  | 0.41.5  |
| bin/ofs                   | 0.0.5   | 0.0.6   |
| bindings/python           | 0.45.4  | 0.45.5  |
| bindings/nodejs           | 0.46.2  | 0.46.3  |
| bindings/c                | 0.44.6  | 0.44.7  |
| bindings/zig              | 0.0.0   | 0.0.1   |
| bindings/dotnet           | 0.1.2   | 0.1.3   |
| bindings/haskell          | 0.44.4  | 0.44.5  |
| bindings/java             | 0.46.1  | 0.46.2  |
| bindings/lua              | 0.1.2   | 0.1.3   |
| bindings/ruby             | 0.1.2   | 0.1.3   |
| bindings/swift            | 0.0.0   | 0.0.1   |
| bindings/ocaml            | 0.0.0   | 0.0.1   |
| bindings/php              | 0.1.2   | 0.1.3   |
| bindings/cpp              | 0.45.4  | 0.45.5  |
| bindings/go               | 0.0.0   | 0.0.1   |
| integrations/object_store | 0.44.1  | 0.44.2  |
| integrations/dav-server   | 0.0.3   | 0.0.4   |
| integrations/fuse3        | 0.0.0   | 0.0.1   |
| integrations/virtiofs     | 0.0.0   | 0.0.1   |
| integrations/unftp-sbe    | 0.0.0   | 0.0.1   |
| integrations/cloudfilter  | 0.0.0   | 0.0.1   |

Signed-off-by: Xuanwo <github@xuanwo.io>
Copy link
Member

@dqhl76 dqhl76 left a comment

Choose a reason for hiding this comment

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

Wow, that LGTM! We will use it to make release more easy?

Signed-off-by: Xuanwo <github@xuanwo.io>
@Xuanwo
Copy link
Member Author

Xuanwo commented Jun 30, 2024

Wow, that LGTM! We will use it to make release more easy?

Yep, make the RM's live easier!

@Xuanwo Xuanwo merged commit de9fbf6 into main Jun 30, 2024
26 checks passed
@Xuanwo Xuanwo deleted the add-script-version branch June 30, 2024 09:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants