Skip to content

Commit 32ff42d

Browse files
committed
CHANGELOG: Move version notes.
No need to post these in all release notes.
1 parent 7895cac commit 32ff42d

2 files changed

Lines changed: 12 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,4 @@
22

33
See [pybricks-micropython/CHANGELOG.md][changelog] for the changes in each release.
44

5-
This repository is frequently updated to stay in sync with the implementation.
6-
7-
Major and minor versions are synchronized with `pybricks-micropython`, which
8-
leads. Patch versions and prerelease version numbers may differ, as they may
9-
be bumped for every small change or typo in the docs.
10-
11-
The version for this repository is also used for the `@pybricks/jedi` and `@pybricks/ide-docs` npm packages.
12-
135
[changelog]: https://github.com/pybricks/pybricks-micropython/blob/master/CHANGELOG.md

CONTRIBUTING.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,18 @@ Building all release artifacts (docs, jedi, npm packages):
168168
# Linux/macOS only
169169
./build-all.sh
170170

171+
** version notes **
172+
173+
This repository is frequently updated to stay in sync with the firmware
174+
implementation.
175+
176+
Major and minor versions are synchronized with `pybricks-micropython`, which
177+
leads. Patch versions and prerelease version numbers may differ, as they may
178+
be bumped for every small change or typo in the docs.
179+
180+
The version for this repository is also used for the `@pybricks/jedi` and
181+
`@pybricks/ide-docs` npm packages.
182+
171183
[vscode]: https://code.visualstudio.com/
172184
[git]: https://git-scm.com/
173185
[python]: https://www.python.org/

0 commit comments

Comments
 (0)