Commit Graph

11 Commits

Author SHA1 Message Date
Martin von Zweigbergk
70fd8f7697 release: 0.36.0 2025-12-04 06:23:34 +00:00
Conner Petzold
208de3c00a docs: add changelog links 2025-09-17 20:44:47 +00:00
Ilya Grigoriev
43b5feaff6 docs: put bare URLs in angle brackets
This makes MkDocs render them as links.
2025-06-07 20:20:47 +00:00
Ilya Grigoriev
b8c156bd54 docs releasing: suggest checking for misplaced changelog entries
See parent commit for an example
2025-06-07 02:15:31 +00:00
Yuya Nishihara
04ba49f083 docs: fix unbalanced parentheses in jq script 2025-06-04 14:01:13 +00:00
Vincent Ging Ho Yim
fce53da225 docs/releasing: update jq filter
- Use `jq -s` to read the entire input (could be several arrays due to GitHub API
  pagination) before running the filter just once.
- Deduplicate by `.author.login` in case a person with the same GitHub username has
  commits under different names within a release.
- Use string interpolation to format each line.
2025-05-28 05:41:54 +00:00
Austin Seipp
5017c44deb docs: improve release process tidbits (again)
`heads(tags())` was rather confusing in my repository because I have
a bunch of tags pushed to my fork that are tracked locally. Assuming
that `trunk()` is something like `main@origin` or whatnot, then using
`heads(tags() & ::trunk())` works quite a bit better.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2025-05-07 17:07:16 +00:00
Benjamin Tan
f9c83541d6 docs: releasing: use gh api --paginate to construct contributor list 2025-04-22 15:03:23 +00:00
Waleed Khan
5a63fd9628 docs: update contributor command
- Now computes the latest tag automatically in the first suggested command.
- Now excludes dependabot.

I used the command to generate the list of contributors in the v0.28.0 release commit.
2025-04-02 23:52:10 +00:00
Yuya Nishihara
6f04f50a80 docs: add query example to fetch contributors from GitHub
I don't know if this is the correct way of using GitHub API, but it works.
2025-02-06 13:57:48 +00:00
Martin von Zweigbergk
f67373368e docs: describe how to do a release 2025-02-04 22:05:24 -08:00