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

Fix incorrect filename pattern #135

Merged
merged 1 commit into from
Dec 23, 2023

Conversation

hsun-code
Copy link
Contributor

The filename pattern is changed in recent releases of glow. Take linux/x86_64 as an exmaple.

version filename
1.4.1 glow_1.4.1_linux_x86_64.tar.gz
1.5.0 glow_1.5.0_Linux_x86_64.tar.gz
1.5.1 glow_Linux_x86_64.tar.gz

Here lists the change:

  • In version 1.5.0, os name is changed from "linux" to "Linux".
  • In version 1.5.1, version number is excluded.

We fix this issue in this patch.
Please help review it. Thanks.

The filename pattern is changed in recent releases of glow. Take
linux/x86_64 as an exmaple.

|version|filename|
|-------|-----------|
|1.4.1 |glow_1.4.1_linux_x86_64.tar.gz |
|1.5.0| glow_1.5.0_Linux_x86_64.tar.gz |
|1.5.1| glow_Linux_x86_64.tar.gz |

Here lists the change:
- In version 1.5.0, os name is changed from "linux" to "Linux".
- In version 1.5.1, version number is excluded.

We fix this issue in this patch.
Please help review it. Thanks.
@ellisonleao ellisonleao merged commit 5d86a59 into ellisonleao:main Dec 23, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants