We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4e6fa4 commit cb40d77Copy full SHA for cb40d77
Docs/ReleaseChecklist.md
@@ -3,3 +3,13 @@
3
2. Update changelog.
4
3. Remove `dist` directory.
5
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