C++17 tool that shows process environment variables. Built with make.
- Bump
VERSIONinenvps.cpp - Commit, tag, and push. Tags have no
vprefix (e.g.,1.6, notv1.6) - The GitHub Actions release workflow (
.github/workflows/release.yml) triggers on the tag push - Update the Homebrew formula in
../homebrew-brew/Formula/envps.rb:- Update the
urltag version - Recompute
sha256:curl -sL https://github.com/henrik242/envps/archive/refs/tags/<version>.tar.gz | shasum -a 256 - If the tag is recreated (moved), the sha256 changes and must be recomputed
- Update the
Lowercase, concise messages (e.g., envps 1.6, fix FreeBSD build).