Make updates after releasing (#3803)

* add symlinks for ease of access
* Update things after making a release, to maximize testing time
This commit is contained in:
Dustin J. Mitchell 2025-03-06 07:43:41 -05:00 committed by GitHub
parent 5ec0f4ebc0
commit 022650dbff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 0 deletions

View file

@ -24,3 +24,6 @@ To release Taskwarrior, follow this process:
- Add a new item in `content/news`
- Update `data/projects.json` with the latest version and a fake next version for "devel"
- Update `data/releases.json` with the new version, and copy the tarball into `content/download`.
- Update various things, in a new PR:
- `cargo update`
- `git submodule update --remote --merge`