-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Update webpage with 1.7 release #2879
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
Update webpage with 1.7 release #2879
Conversation
Update webpage with 1.7 release
e5a85c5
to
4aa8284
Compare
docs/content/download/default.yml
Outdated
or | ||
[ARM 64-bit](https://github.com/jqlang/jq/releases/download/jq-1.7/jq-linux-arm64) | ||
or | ||
[AMD 32-bit](https://github.com/jqlang/jq/releases/download/jq-1.7/jq-linux-i386). |
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.
Maybe call this i386 now?
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.
I wonder if we should update the old release link texts from "64-bit" to "AMD 64-bit" etc to be clearer?
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.
I standardized the arch types to AMD64, ARM64 & i386 to match our latest built artifacts in the release to avoid confusion: 1098c80
@@ -32,6 +32,13 @@ tail: | | |||
on [Libera.Chat](https://libera.chat/). For more interactive discussions, feel free to join our [Discord server](https://discord.gg/yg6yjNmgAC). | |||
|
|||
news: | |||
- date: 7 September 2023 | |||
body: | | |||
After a five-year hiatus, we've returned with a revitalized [GitHub organization](https://github.com/jqlang) |
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.
I copied mostly from https://github.com/jqlang/jq/releases/tag/jq-1.7. Let me know if there is anything else you want to add
Co-authored-by: itchyny <itchyny@cybozu.co.jp>
Co-authored-by: itchyny <itchyny@cybozu.co.jp>
Co-authored-by: itchyny <itchyny@cybozu.co.jp>
All feedback should be addressed and this PR is ready to review again. |
Thanks! |
Standarize arch types to AMD64 & ARM64 from index page download dropdown. These are missed from jqlang#2879.
* Update webpage with 1.7 release Update webpage with 1.7 release * Update docs/content/download/default.yml Co-authored-by: itchyny <itchyny@cybozu.co.jp> * Update docs/templates/index.html.j2 Co-authored-by: itchyny <itchyny@cybozu.co.jp> * Update docs/content/download/default.yml Co-authored-by: itchyny <itchyny@cybozu.co.jp> * Don't mention 1.7rc signatures * Add link to 1.7 manual * binaries -> binary * AMD 32-bit to i386 * Standarize arch types to AMD64, ARM64 & i386 in download page --------- Co-authored-by: itchyny <itchyny@cybozu.co.jp>
…own (jqlang#2884) Standarize arch types to AMD64 & ARM64 from index page download dropdown. These are missed from jqlang#2879.
Update the webpage with the 1.7 release. This fixes #2878.