- npm: Add add-release script (Newer versions of Git might be able to use set-branch, but the Git version with Mac does not so using another approach)

- Docs: Fix `ReleaseInstructions.md`
This commit is contained in:
Brett Zamir
2020-02-22 09:20:26 +08:00
parent ec881e2362
commit 105037ef79
4 changed files with 10 additions and 4 deletions

6
.gitmodules vendored
View File

@@ -85,4 +85,8 @@
[submodule "releases/latest"]
path = releases/latest
url = https://github.com/SVG-Edit/svgedit.git
branch = release-v5.1.0
branch = release-v6.0.0
[submodule "releases/svg-edit-6.0.0"]
path = releases/svg-edit-6.0.0
url = https://github.com/SVG-Edit/svgedit.git
branch = release-v6.0.0