Skip to content

Commit cb40d77

Browse files
committed
Update ReleaseChecklist.md
1 parent e4e6fa4 commit cb40d77

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Docs/ReleaseChecklist.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,13 @@
33
2. Update changelog.
44
3. Remove `dist` directory.
55
4. Build using `publish.bat`.
6+
5. Commit changes.
7+
6. Go to: [https://github.com/lcnvdl/html-go/releases/new](https://github.com/lcnvdl/html-go/releases/new).
8+
7. Create the tag for the new version. Example: `v0.3.0-alpha`.
9+
8. Release title. Same as tag. Example: `v0.3.0-alpha`.
10+
9. Click on `Generate release notes`.
11+
10. Also, copy and include the content of `Changelog.md`.
12+
11. Go to `.\dist\client\portable\win-x64` and zip `htmlgo.exe` to `htmlgo-v0.3.0-alpha-win-x64.zip`.
13+
12. Go to `.\dist\server\portable\win-x64` and zip all files to `htmlgo-server-v0.3.0-alpha-win-x64.zip`.
14+
13. Attach the zip files.
15+
14. Publish release.

0 commit comments

Comments
 (0)