Skip to content

Commit ab445d9

Browse files
CopilotAzgaar
andauthored
Fix branch name in versioning.js comment: 'main' → 'master' (#1346)
* 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>
1 parent 7b49802 commit ab445d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/versioning.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* We use Semantic Versioning: major.minor.patch. Refer to https://semver.org
66
* Our .map file format is considered the public API.
77
*
8-
* Update the version on each merge to main:
8+
* Update the version on each merge to master:
99
* 1. MAJOR version: Incompatible changes that break existing maps
1010
* 2. MINOR version: Additions or changes that are backward-compatible but may require old .map files to be updated
1111
* 3. PATCH version: Backward-compatible bug fixes and small features that don't affect the .map file format

0 commit comments

Comments
 (0)