Update webpage with 1.7 release#2879
Merged
owenthereal merged 9 commits intojqlang:masterfrom Sep 7, 2023
Merged
Conversation
Update webpage with 1.7 release
e5a85c5 to
4aa8284
Compare
wader
reviewed
Sep 7, 2023
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). |
Member
There was a problem hiding this comment.
I wonder if we should update the old release link texts from "64-bit" to "AMD 64-bit" etc to be clearer?
Member
Author
There was a problem hiding this comment.
I standardized the arch types to AMD64, ARM64 & i386 to match our latest built artifacts in the release to avoid confusion: 1098c80
owenthereal
commented
Sep 7, 2023
| news: | ||
| - date: 7 September 2023 | ||
| body: | | ||
| After a five-year hiatus, we've returned with a revitalized [GitHub organization](https://github.com/jqlang) |
Member
Author
There was a problem hiding this comment.
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
itchyny
reviewed
Sep 7, 2023
itchyny
reviewed
Sep 7, 2023
itchyny
reviewed
Sep 7, 2023
itchyny
reviewed
Sep 7, 2023
itchyny
reviewed
Sep 7, 2023
itchyny
reviewed
Sep 7, 2023
Co-authored-by: itchyny <itchyny@cybozu.co.jp>
Co-authored-by: itchyny <itchyny@cybozu.co.jp>
Co-authored-by: itchyny <itchyny@cybozu.co.jp>
Member
Author
|
All feedback should be addressed and this PR is ready to review again. |
wader
approved these changes
Sep 7, 2023
Contributor
|
Thanks! |
owenthereal
added a commit
to owenthereal/jq
that referenced
this pull request
Sep 7, 2023
Standarize arch types to AMD64 & ARM64 from index page download dropdown. These are missed from jqlang#2879.
owenthereal
added a commit
to owenthereal/jq
that referenced
this pull request
Feb 17, 2025
* 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>
owenthereal
added a commit
to owenthereal/jq
that referenced
this pull request
Feb 17, 2025
…own (jqlang#2884) Standarize arch types to AMD64 & ARM64 from index page download dropdown. These are missed from jqlang#2879.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update the webpage with the 1.7 release. This fixes #2878.