-
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.
Merge pull request #39 from keyboardio/tmp/releng
Releng work
- Loading branch information
Showing
10 changed files
with
85 additions
and
35 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 was deleted.
Oops, something went wrong.
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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. | ||
|
||
|
Submodule Kaleidoscope
updated
63 files
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