Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
How to verify: ```sh-session $ grep '^##' CHANGELOG.md ## 0.2.1 - 2025-01-01 ## 0.2.0 - 2025-01-01 ## 0.1.2 - 2023-11-01 ## 0.1.1 - 2023-08-10 ## 0.1.0 - 2023-08-10 ## 0.0.7 - 2023-07-28 ## 0.0.6 - 2023-07-28 ## 0.0.5 - 2023-07-28 ## 0.0.4 - 2023-07-27 ## 0.0.3 - 2023-07-27 ## 0.0.2 - 2023-07-27 ## 0.0.1 - 2023-07-27 ``` ```sh-session $ gh release list --json tagName,publishedAt --template '{{range .}}{{tablerow .tagName .publishedAt}}{{end}}' 0.2.1 2025-01-01T05:48:32Z 0.2.0 2025-01-01T05:45:46Z 0.1.2 2023-11-01T00:00:19Z 0.1.1 2023-08-10T13:13:18Z 0.1.0 2023-08-10T13:07:50Z 0.0.7 2023-07-28T15:10:06Z 0.0.6 2023-07-28T14:58:34Z 0.0.5 2023-07-28T14:53:23Z 0.0.4 2023-07-27T17:28:47Z 0.0.3 2023-07-27T17:05:15Z 0.0.2 2023-07-27T16:52:43Z 0.0.1 2023-07-27T16:39:33Z ```
- Loading branch information