Compare commits

...

10 Commits

Author SHA1 Message Date
Tom Moor f182f1ec9e v1.0.0-test8 2025-10-15 21:32:14 -04:00
Tom Moor 1cfc83e9f8 v1.0.0-test7 2025-10-15 21:30:15 -04:00
Tom Moor f045653e89 v1.0.0-test6 2025-10-15 21:25:03 -04:00
Tom Moor 31197e9e34 v1.0.0-test5 2025-10-15 21:24:23 -04:00
Tom Moor 6c2f3aed59 v1.0.0-test4 2025-10-15 21:20:54 -04:00
Tom Moor e15ef2f753 v1.0.0-test3 2025-10-15 21:18:13 -04:00
Tom Moor 5aa310e226 v1.0.0-test2 2025-10-15 21:08:51 -04:00
Tom Moor 45684a6648 wip 2025-10-15 21:08:44 -04:00
Tom Moor b3a7f7386c v1.0.0-test.2 2025-10-15 21:08:06 -04:00
Tom Moor 0c1a218263 v1.0.0-test 2025-10-15 21:07:27 -04:00
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ Business Source License 1.1
Parameters
Licensor: General Outline, Inc.
Licensed Work: Outline 0.87.4
Licensed Work: Outline 1.0.0-test8
The Licensed Work is (c) 2025 General Outline, Inc.
Additional Use Grant: You may make use of the Licensed Work, provided that
you may not use the Licensed Work for a Document
@@ -15,7 +15,7 @@ Additional Use Grant: You may make use of the Licensed Work, provided that
Licensed Work by creating teams and documents
controlled by such third parties.
Change Date: 2029-09-18
Change Date: 2029-10-16
Change License: Apache License, Version 2.0
+1 -1
View File
@@ -381,6 +381,6 @@
"qs": "6.9.7",
"prismjs": "1.30.0"
},
"version": "0.87.4",
"version": "1.0.0-test8",
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
+1 -1
View File
@@ -42,7 +42,7 @@ fs.writeFileSync(path.resolve(root, "LICENSE"), newLicense);
execSync(`git add package.json`, opts);
execSync(`git add LICENSE`, opts);
execSync(`git commit -m "v${newVersion}"`, opts);
execSync(`git commit -m "v${newVersion}" --no-verify`, opts);
execSync(`git tag v${newVersion}`, opts);
execSync(`git push origin v${newVersion}`, opts);
execSync(`git push origin main`, opts);