up 0.18.0

up is a tool to help you keep your machine up to date.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Release Guide

The Release process is still somewhat manual, and only works when run on macOS for now.

## Process

1. Ensure all changes are pushed, check that CI on the latest commit was green.
   You can also check this badge: ![Master CI Status]https://github.com/gibfahn/up/workflows/Rust/badge.svg
2. Run the [meta/release][] script.
3. Go to the [GitHub Releases][] page and check everything is working properly.
4. Update the [homebrew formula][].

[CHANGELOG.md]: /CHANGELOG.md
[GitHub Releases]: https://github.com/gibfahn/up/releases
[homebrew formula]: https://github.com/gibfahn/homebrew-tap/tree/main/Formula/up.rb
[meta/release]: ../meta/release