Prepare v1.0.2 release
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user