Skip to content

Commit

Permalink
Add release checklist
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleMayes committed Sep 15, 2023
1 parent b528c5f commit 4ea93c2
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Release Checklist

1. Update date for latest `UNRELEASED` version in `CHANGELOG.md`

2. Update `vulkanalia-sys` crate version

3. Update `vulkanalia` crate version

4. Update `vulkanalia-sys` dependency version for `vulkanalia` crate

5. Push changes to `master` (ideally via pull request)

6. Run `cargo publish` for `vulkanalia-sys` crate

7. Run `cargo publish` for `vulkanalia` crate

8. Create release on GitHub with `CHANGELOG.md` entry

9. ???

10. Profit!

0 comments on commit 4ea93c2

Please sign in to comment.