mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-03-22 15:17:23 +01:00
fix: update branch name in versioning.js comment from 'main' to 'master'
Co-authored-by: Azgaar <26469650+Azgaar@users.noreply.github.com>
This commit is contained in:
parent
bc986d2a7d
commit
037c882de8
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
* We use Semantic Versioning: major.minor.patch. Refer to https://semver.org
|
* We use Semantic Versioning: major.minor.patch. Refer to https://semver.org
|
||||||
* Our .map file format is considered the public API.
|
* 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
|
* 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
|
* 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
|
* 3. PATCH version: Backward-compatible bug fixes and small features that don't affect the .map file format
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue