mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 22:28:10 +08:00
Release Alpha Milestone 1!
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user