File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,18 @@ The Electron App can be started with `npm run desktop`. It will always show the
37
37
38
38
The installer can be generated by running ` npm run build-desktop ` .
39
39
40
+ ## Maintainers
41
+
42
+ Releasing a new version of Tally Arbiter:
43
+ 1 . Edit ` package.json ` and ` package-lock.json ` and update the version tag to the new version number
44
+ 2 . Open the TallyArbiter repository in Git
45
+ 3 . Run ` git tag <new version tag> `
46
+ 4 . Run ` git push --tags `
47
+ 5 . Wait for the GitHub build actions to complete
48
+ 6 . Open the releases page and to the the tags area
49
+ 7 . Open the new version and update the description with the added features and patched bugs
50
+ 8 . Press the publish button to publish the new version of TallyAbiter
51
+
40
52
## License
41
53
Tally Arbiter was written by Joseph Adams and is distributed under the MIT License.
42
54
You can’t perform that action at this time.
0 commit comments