Skip to content

Commit a1db6cb

Browse files
fix changelog ref link, add explanation for package version file validation
1 parent b60ab55 commit a1db6cb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
run: |
4242
yamllint .
4343
- name: Validate package version file
44+
# the package version file has to be always up to date as mip is using
45+
# the file directly from the repo. On a PyPi package the version file
46+
# is updated and then packed
4447
run: |
4548
changelog2version \
4649
--changelog_file changelog.md \

changelog.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,9 @@ r"^\#\# \[\d{1,}[.]\d{1,}[.]\d{1,}\] \- \d{4}\-\d{2}-\d{2}$"
130130
- [`setup.py`](setup.py) and [`sdist_upip.py`](sdist_upip.py) file
131131

132132
<!-- Links -->
133-
[Unreleased]: https://github.com/brainelectronics/micropython-package-template/compare/0.8.1...main
133+
[Unreleased]: https://github.com/brainelectronics/micropython-package-template/compare/0.9.0...main
134134

135+
[0.9.0]: https://github.com/brainelectronics/micropython-package-template/tree/0.9.0
135136
[0.8.1]: https://github.com/brainelectronics/micropython-package-template/tree/0.8.1
136137
[0.8.0]: https://github.com/brainelectronics/micropython-package-template/tree/0.8.0
137138
[0.7.0]: https://github.com/brainelectronics/micropython-package-template/tree/0.7.0

0 commit comments

Comments
 (0)