Prepare v1.0.2 release

This commit is contained in:
Ray Berezowski
2026-09-04 14:52:59 -04:00
parent b96347843c
commit e956760a0d
7 changed files with 16 additions and 7 deletions

View File

@@ -21,6 +21,7 @@ Examples:
- `1.0.0`: first stable release
- `1.0.1`: bug fix
- `1.0.2`: tested feature and polish release
- `1.1.0`: new feature
Update version fields in:
@@ -37,9 +38,9 @@ TaskbarLauncher.csproj
4. Tag the release:
```powershell
git tag v1.0.0
git tag v1.0.2
git push origin main
git push origin v1.0.0
git push origin v1.0.2
```
5. In Gitea, create a release from the tag.