-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trying to slightly cleanup and document our snapshot and release work…
…flow
- Loading branch information
Showing
4 changed files
with
54 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Releasing Chrysalis Firmware Builds | ||
|
||
|
||
## Creating a new snapshot after a release | ||
|
||
`make create-snapshot` | ||
|
||
## Publishing a release | ||
|
||
### Make sure the Kaleidoscope submodule is pulled up to the version you expect | ||
|
||
#. `make pull-kaleidoscope` (If you want Kaleidoscope master) | ||
#. Update NEWS.md with any changes in this release | ||
#. 'git commit -a -s -m "A description of what you're changing" | ||
#. 'git push' | ||
#. Visit https://github.com/keyboardio/Chrysalis-Firmware-Bundle/actions to verify that the build succeeded | ||
#. Visit https://github.com/keyboardio/Chrysalis-Firmware-Bundle/releases to download your unpublished snapshot | ||
#. * TEST THE BUILT SNAPSHOT ON HARDWARE* | ||
#. `make finalize-release` | ||
#. Visit https://github.com/keyboardio/Chrysalis-Firmware-Bundle/actions to verify that the build succeeded | ||
#. Visit https://github.com/keyboardio/Chrysalis-Firmware-Bundle/releases to download your unpublished release | ||
#. Test it again | ||
#. Promote it to the latest release on GitHub. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters