Skip to content

Commit cf7c50e

Browse files
authored
Improve "Release process" notes
Add a more explicit reminder to commit the version bump
1 parent de24622 commit cf7c50e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

readme.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ brew install --cask easy-move-plus-resize
4545
## Release process
4646

4747
- Choose a new version number following [semantic versioning guidelines](https://semver.org)
48-
- Update the version number in [`easy-move-resize/easy-move-resize-Info.plist`](easy-move-resize/easy-move-resize-Info.plist), ([example](https://github.com/dmarcotte/easy-move-resize/commit/18d759dec2caf7a33b0625c17c181a195191bc92))
48+
- Update the version number in [`easy-move-resize/easy-move-resize-Info.plist`](easy-move-resize/easy-move-resize-Info.plist), ([example](https://github.com/dmarcotte/easy-move-resize/commit/18d759dec2caf7a33b0625c17c181a195191bc92))
49+
- Commit and push the version number update
4950
- `git tag <chosen version number>`
5051
- `git push origin --tags`
5152
- In XCode, choose `Product->Archive`

0 commit comments

Comments
 (0)