turbo-editors/turbo-rustpublic Fork 0
9c61a674ab7f948adf4959b95f57dc1ac5915d4d
Commits
Clone
git clone https://git.rickub.com/turbo-editors/turbo-rust.git
git clone ssh://git@rickub.com/turbo-editors/turbo-rust.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

release.env · 10 lines · 542 BBash Blame HistoryRaw
🛟 Updated. 9c61a67 k33g 9h ago1# Edited before every release, then:
2# ./01-release.tag.sh make check, commit, push, tag, push the tag
3# (pushing the tag starts .github/workflows/release.yml, which builds the
4# binaries with ./02-build-releases.sh and publishes the release with them —
5# no personal token is needed, and nothing else has to be run)
6#
7# ./02-build-releases.sh v1.0.0 to build the binaries by hand and see what
8# the CI will publish, without publishing anything
9TAG="v1.0.3"
10ABOUT="Turbo Rust"