Launch the Alpha 3 release series

This commit is contained in:
Keavon Chambers
2024-02-29 23:47:11 -08:00
parent 5cf0b8893a
commit f02dd5c0f6
4 changed files with 37 additions and 61 deletions

View File

@@ -1,6 +1,6 @@
use std::process::Command;
const GRAPHITE_RELEASE_SERIES: &str = "Alpha Milestone 2";
const GRAPHITE_RELEASE_SERIES: &str = "Alpha 3";
fn main() {
// Execute a Git command for its stdout. Early exit if it fails for any of the possible reasons.