| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Release.md: Re-number post-release steps. | Nick Mathewson | 2026-02-19 | 1 | -7/+7 |
| | | |||||
| * | docs: Move deleting semver.md files before unfreezing tree. | Wesley Aptekar-Cassels | 2026-02-02 | 1 | -3/+3 |
| | | | | | | | | | | We frequently have merge conflicts when deleting the semver.md files. While this isn't the end of the world, it's annoying, so I think it's worth making a habit of deleting the semver.md files before unfreezing the tree. This also avoids any problems with inadvertently removing entries that were added after the release was cut. | ||||
| * | Rename maint/list_crates to kebab-case | Ian Jackson | 2026-01-20 | 1 | -2/+2 |
| | | | | | | | | | | | Swap the symlink direction: now we have list_crates.py (the python module) with a symlink list-crates pointing to it. This allows the module to be imported but the command to be kebab case. The checking tooling doesn't understand this special arrangement. Lots of references to update! | ||||
| * | maint: Rename miscellaneous scripts to kebab case | Ian Jackson | 2026-01-20 | 1 | -7/+7 |
| | | |||||
| * | Rename remaining maint/check_ to maint/check- | Ian Jackson | 2026-01-20 | 1 | -1/+1 |
| | | |||||
| * | Rename cargo_audit and cargo_sort scripts to kebab-case | Ian Jackson | 2026-01-20 | 1 | -1/+1 |
| | | |||||
| * | doc: add note about increasing minor version for MSRV changes | Steven Engler | 2025-10-28 | 1 | -0/+4 |
| | | |||||
| * | docs: Add note about cargo-sort version to release checklist. | Wesley Aptekar-Cassels | 2025-10-21 | 1 | -5/+6 |
| | | |||||
| * | docs: Move updating steps to end of release checklist. | Wesley Aptekar-Cassels | 2025-10-21 | 1 | -51/+49 |
| | | | | | | | As discussed at the meeting today, upgrading things at the end of the release instead of the beginning ensures that we have a month of testing everything before we ship updates out to users. | ||||
| * | CI: Specify versions for shellcheck and editorconfig-checker. | Wesley Aptekar-Cassels | 2025-10-16 | 1 | -3/+15 |
| | | | | | Fixes: #2219 | ||||
| * | docs: Move list ordering in Release.md. | Wesley Aptekar-Cassels | 2025-10-07 | 1 | -2/+2 |
| | | |||||
| * | docs: Mention examples and maint crates in release docs. | Wesley Aptekar-Cassels | 2025-10-07 | 1 | -0/+2 |
| | | | | | | This seems to describe our current de-facto policy, and it seems reasonable not to bump versions for crates we aren't publishing. | ||||
| * | Release.md: Suggest using cargo owner --add to update the owners. | Gabriela Moldovan | 2025-10-06 | 1 | -0/+3 |
| | | | | | This is less fiddly than using the crates.io UI. | ||||
| * | Merge branch 'fix-release-checklist-broken-link' into 'main' | Alexander Hansen Færøy | 2025-10-01 | 1 | -1/+1 |
| |\ | | | | | | | | | docs: Fix broken link in release checklist. See merge request tpo/core/arti!3306 | ||||
| | * | docs: Fix broken link in release checklist. | Wesley Aptekar-Cassels | 2025-10-01 | 1 | -1/+1 |
| | | | |||||
| * | | docs: Fix release checklist item. | Wesley Aptekar-Cassels | 2025-10-01 | 1 | -1/+1 |
| |/ | |||||
| * | Remove check_doc_features. | Nick Mathewson | 2025-09-29 | 1 | -2/+1 |
| | | | | | | | | | Now that rust nightly has merged doc_auto_cfg into doc_cfg, and completed https://github.com/rust-lang/rust/pull/138907, it is no longer necessary. Closes #1514. | ||||
| * | Release.md: Tweak one of the checklist items | Nick Mathewson | 2025-08-28 | 1 | -1/+1 |
| | | | | | | I almost declared completion too early, since I had written (but not published) a blogpost. | ||||
| * | Release.md: fix link to the "Changelog style guide" | hashcatHitman | 2025-08-27 | 1 | -6/+1 |
| | | | | | | | | | | | | | | | | The link to the "Changelog style guide" section did not work because it relied on an inline div with the ID "changelog-style", which is not present when rendered on GitLab. It appears this may be because the ["id" attribute is not whitelisted]. The link has been corrected to use the ID generated by GitLab as per the [documentation on heading IDs]. ["id" attribute is not whitelisted]: https://github.com/gjtorikian/html-pipeline/blob/v2.12.3/lib/html/pipeline/sanitization_filter.rb#L42 [documentation on heading IDs]: https://docs.gitlab.com/user/markdown/#heading-ids-and-links Signed-off-by: hashcatHitman <[email protected]> | ||||
| * | Release.md: fix a tickybox | Ian Jackson | 2025-08-14 | 1 | -2/+3 |
| | | |||||
| * | Release.md: Say that the final CI pass should be on `main` | Ian Jackson | 2025-08-14 | 1 | -1/+1 |
| | | |||||
| * | Release.md: Say to improve the processes | Ian Jackson | 2025-08-14 | 1 | -0/+5 |
| | | |||||
| * | Release.md: Renumber the "do release" section | Ian Jackson | 2025-08-14 | 1 | -5/+5 |
| | | |||||
| * | Release.md: Move reopening the tree into Post-Release | Ian Jackson | 2025-08-14 | 1 | -2/+2 |
| | | |||||
| * | Release.md: Move final pre-release checks into the "do release" section | Ian Jackson | 2025-08-14 | 1 | -2/+2 |
| | | | | | This will perhaps avoid them being accidentally skipped. | ||||
| * | Release.md: say to tee the output of cargo-semver-checks | Ian Jackson | 2025-08-14 | 1 | -1/+1 |
| | | | | | It's longer than the scrollback in my terminals! | ||||
| * | Release.md: Say to do non-breaking update first | Ian Jackson | 2025-08-14 | 1 | -12/+12 |
| | | | | | | IME this tends make the breaking change updates easier to understand. by having them producing less noise in Cargo.lock. | ||||
| * | Release.md: Say to recheck blockers before releasing! | Ian Jackson | 2025-08-14 | 1 | -0/+2 |
| | | |||||
| * | Release.md: Add tickyboxes | Ian Jackson | 2025-08-14 | 1 | -27/+34 |
| | | |||||
| * | maint/release-prep-ticket-template: script for making checklist | Ian Jackson | 2025-08-14 | 1 | -0/+11 |
| | | |||||
| * | Typo fixes (automatic and hand-verified) | Nick Mathewson | 2025-07-09 | 1 | -1/+1 |
| | | | | | Made with https://crates.io/crates/typos-cli | ||||
| * | release: Fix typo in Release.md. | Alexander Hansen Færøy | 2025-06-05 | 1 | -1/+1 |
| | | |||||
| * | Sort dependencies to make cargo sort happy. | Alexander Hansen Færøy | 2025-06-04 | 1 | -0/+1 |
| | | |||||
| * | Update Release.md to include two other tools needed for releasing. | Alexander Hansen Færøy | 2025-06-03 | 1 | -0/+2 |
| | | |||||
| * | Release.md: Note that we remove semver.md after release | Nick Mathewson | 2025-05-05 | 1 | -0/+5 |
| | | |||||
| * | Release.md: Note that not every semver-checks lint matters | Nick Mathewson | 2025-05-05 | 1 | -0/+5 |
| | | |||||
| * | Release.md: Remove mention of "pages" branch | Nick Mathewson | 2025-05-05 | 1 | -7/+1 |
| | | | | | We don't use this branch for our website any longer. | ||||
| * | Release.md: note "Upgrade Blocker" tickets | Nick Mathewson | 2025-05-05 | 1 | -0/+11 |
| | | | | | | | We should check what dependencies we cannot upgrade, so that the release engineer has some history about where we got stuck last time. | ||||
| * | arti-client: Keep a somewhat accurate notion of our release date. | Nick Mathewson | 2025-04-16 | 1 | -1/+4 |
| | | | | | | | | | | This doesn't need to be perfect, but we need to use it to see if a consensus is new enough that we should obey its recommendations. This commit also adds a script to update or check our release date, and calls this script from our cargo-publish script. | ||||
| * | Release.md: Remove step about emailing the grants manager | Nick Mathewson | 2025-03-04 | 1 | -7/+1 |
| | | | | | | Bekeela says that now that the Zcash grant is done, we don't need to do this any more. | ||||
| * | Release.md: Fix a number. | Nick Mathewson | 2025-03-04 | 1 | -1/+1 |
| | | | | | (There were two "step fours" in this list.) | ||||
| * | Release.md: Mention reasons _not_ to upgrade deps. | Nick Mathewson | 2025-03-04 | 1 | -0/+8 |
| | | |||||
| * | Release.md: Mention format_md_links in a sensible place. | Nick Mathewson | 2025-03-04 | 1 | -0/+4 |
| | | |||||
| * | changelog stype: mention format_md_links. | Nick Mathewson | 2025-01-28 | 1 | -0/+5 |
| | | |||||
| * | changelog style: promote terseness | Nick Mathewson | 2025-01-28 | 1 | -1/+2 |
| | | |||||
| * | changelog style: allow bare-noun style sometimes. | Nick Mathewson | 2025-01-28 | 1 | -3/+10 |
| | | |||||
| * | changelog style: text from @diziet about audience | Nick Mathewson | 2025-01-28 | 1 | -0/+8 |
| | | |||||
| * | changelog style: text from @arma. | Nick Mathewson | 2025-01-28 | 1 | -1/+16 |
| | | |||||
| * | Changelog template: typo fix from @gabi-250. | Nick Mathewson | 2025-01-28 | 1 | -1/+1 |
| | | |||||
| * | Release.md: Suggestions from Diziet about style guide | Nick Mathewson | 2025-01-28 | 1 | -5/+12 |
| | | |||||
