-
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,17 +2,22 @@ Chrysalis-Firmware-Bundle 0.92.1 | |
================================ | ||
Unreleased | ||
|
||
|
||
Kaleidoscope has a new "ActiveLayerKeys" plugin from Evy Bongers | ||
<[email protected]> | ||
|
||
|
||
USB protocol Fixes for both AVR-based and GD32-based keyboards that | ||
may eliminate "communications timeout" issues when talking to | ||
Chrysalis from Taylor Yu <[email protected]> | ||
|
||
Remove the Focus Serial XON/XOFF flow-control that turns out to not | ||
help in the way we thought it did. | ||
|
||
Discontinued new firmware builds for non-Keyboardio keyboards. These | ||
builds were untested and unsupported. If you're an active user of | ||
one of these builds and are interested in providing ongoing support | ||
for them, please get in touch with [email protected] | ||
|
||
|
||
Chrysalis-Firmware-Bundle 0.92.0 | ||
================================ | ||
|
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