Release Alpha Milestone 1!

This commit is contained in:
Keavon Chambers 2022-02-12 09:31:48 -08:00
parent f9f66db5a2
commit 31fb0d7148
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ function generateRustLicenses() {
process.env.VUE_APP_COMMIT_DATE = execSync("git log -1 --format=%cd", { encoding: "utf-8" }).trim();
process.env.VUE_APP_COMMIT_HASH = execSync("git rev-parse HEAD", { encoding: "utf-8" }).trim();
process.env.VUE_APP_COMMIT_BRANCH = execSync("git rev-parse --abbrev-ref HEAD", { encoding: "utf-8" }).trim();
process.env.VUE_APP_RELEASE_SERIES = "Pre-Alpha";
process.env.VUE_APP_RELEASE_SERIES = "Alpha Milestone 1";
module.exports = {
lintOnSave: "warning",