https://github.com/thunderbird/thunderbird-release-tools
A repository that contains various tools and scripts used to automate and facilitate Thunderbird releases.
https://github.com/thunderbird/thunderbird-release-tools
Last synced: about 1 month ago
JSON representation
A repository that contains various tools and scripts used to automate and facilitate Thunderbird releases.
- Host: GitHub
- URL: https://github.com/thunderbird/thunderbird-release-tools
- Owner: thunderbird
- Created: 2026-06-01T19:16:31.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-06-16T17:53:13.000Z (about 2 months ago)
- Last Synced: 2026-06-16T19:26:08.565Z (about 2 months ago)
- Language: Rust
- Size: 64.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# thunderbird-release-tools
A collection of tools for automating Thunderbird release engineering tasks.
## Tools
| Tool | Description | Install |
|------|-------------|---------|
|`release-cli` |Automates release tasks: pulling/updating repos, pinning gecko revisions, uplifting commits, and bumping version files | `cargo install --git https://github.com/thunderbird/thunderbird-release-tools --bin release-cli` |