Skip to content

Commit 57fecdf

Browse files
authored
Merge pull request #144 from josephdadams/README-Update
2 parents db404ab + f3d6c59 commit 57fecdf

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

readme.md

+12
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,18 @@ The Electron App can be started with `npm run desktop`. It will always show the
3737

3838
The installer can be generated by running `npm run build-desktop`.
3939

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+
4052
## License
4153
Tally Arbiter was written by Joseph Adams and is distributed under the MIT License.
4254

0 commit comments

Comments
 (0)