RELEASE_CHECKLIST.md
VERSION=<new version> (including a v at the start)Cargo.toml.cargo build to update Cargo.lock.CHANGELOG.md. (You
should do this with every commit!)
mainvX.Y.Z Releasegit tag $VERSION && git push origin $VERSIONcargo publishcargo build --releasecd target/releasezip -r -X jless-$VERSION-x86_64-apple-darwin.zip jlessbrew tap SergioBenitez/osxctbrew install x86_64-unknown-linux-gnuCARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER=x86_64-unknown-linux-gnu-gcc cargo build --release --target=x86_64-unknown-linux-gnucd target/x86_64-unknown-linux-gnu/releasezip -r -X jless-$VERSION-x86_64-unknown-linux-gnu.zip target/x86_64-unknown-linux-gnu/release/jlessCHANGELOG.md to descriptionwebsite branch
releases_page.rb with the new releaseuser_guide_page.rb with any new commands