From ab445d910e2a5a171dfe8e7488240f6f7e9d58de Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Sat, 7 Mar 2026 17:03:50 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20branch=20name=20in=20versioning.js=20comm?= =?UTF-8?q?ent:=20'main'=20=E2=86=92=20'master'=20(#1346)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Initial plan * fix: update branch name in versioning.js comment from 'main' to 'master' Co-authored-by: Azgaar <26469650+Azgaar@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Azgaar <26469650+Azgaar@users.noreply.github.com> --- public/versioning.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/versioning.js b/public/versioning.js index 9639d4dc..e6660a66 100644 --- a/public/versioning.js +++ b/public/versioning.js @@ -5,7 +5,7 @@ * We use Semantic Versioning: major.minor.patch. Refer to https://semver.org * Our .map file format is considered the public API. * - * Update the version on each merge to main: + * Update the version on each merge to master: * 1. MAJOR version: Incompatible changes that break existing maps * 2. MINOR version: Additions or changes that are backward-compatible but may require old .map files to be updated * 3. PATCH version: Backward-compatible bug fixes and small features that don't affect the .map file format