mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-19 20:45:18 -05:00
* Add VERSION file that Zephyr will pick up * Add release-please automation * Updated docs on commits messages, and PR process * Updated PR template to match. --- Release-As: 0.1.0 Co-authored-by: Cem Aksoylar <caksoylar@users.noreply.github.com>
13 lines
233 B
Plaintext
13 lines
233 B
Plaintext
# x-release-please-start-major
|
|
VERSION_MAJOR = 0
|
|
# x-release-please-end
|
|
|
|
# x-release-please-start-minor
|
|
VERSION_MINOR = 0
|
|
# x-release-please-end
|
|
|
|
# x-release-please-start-patch
|
|
PATCHLEVEL = 1
|
|
# x-release-please-end
|
|
|
|
VERSION_TWEAK = 0 |