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.

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