Skip to content
This repository has been archived by the owner on Sep 13, 2021. It is now read-only.

Commit

Permalink
Add GitHub release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikaverpil committed Feb 2, 2019
1 parent 6863c6f commit 6f232aa
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,9 @@ See the `tests` folder for code examples used to test the built wheels' function
- The python3 files for oiio at [vcpkg/ports/python3](https://github.com/Microsoft/vcpkg/tree/master/ports/python3)
- The vcpkg files for oiio at [vcpkg/ports/openimageio](https://github.com/Microsoft/vcpkg/tree/master/ports/openimageio)
- Get SHA512 of file:
- macOS: `openssl dgst -sha512 [FILE]`
- macOS: `openssl dgst -sha512 [FILE]`
- Create release:
1. Commit changes: `git commit -am "My changes"`
2. Create tag: `git tag [oiio-version]+[yyyymmdd]` (e.g. `2.0.4+20190202`)
3. Push tag: `git push origin [oiio-version]+[yyyymmdd]`
4. Push changes: `git push`

0 comments on commit 6f232aa

Please sign in to comment.