Skip to content

Commit 2959bae

Browse files
authored
Merge pull request #367 from jepler/improve-release-notes
Improve bundle release notes
2 parents a0bfd79 + bd0005b commit 2959bae

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

adabot/circuitpython_bundle.py

+15-1
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,21 @@ def new_release(bundle, bundle_path):
515515
" especially important for non-express boards with limited flash, such as the"
516516
" [Trinket M0](https://www.adafruit.com/product/3500),"
517517
" [Gemma M0](https://www.adafruit.com/product/3501) and"
518-
" [Feather M0 Basic](https://www.adafruit.com/product/2772)."
518+
" [Feather M0 Basic](https://www.adafruit.com/product/2772).\n"
519+
)
520+
521+
release_description.append(
522+
"To automate the use of bundles, including the Adafruit CircuitPython Bundle"
523+
" and the Community Bundle, install [circup](https://pypi.org/project/circup/)"
524+
" using pip or pipx."
525+
" This command-line tool allows you to install packages from the bundle to your CIRCUITPY"
526+
" drive without manually downloading anything.\n"
527+
)
528+
529+
release_description.append(
530+
"To download the libraries as Python source code, use the link containing 'bundle-py'."
531+
" Due to github's technical limitations, the 'Source code (zip)' and 'Source code (tar.gz')"
532+
" links do not contain the library source code and cannot be hidden by project admins."
519533
)
520534

521535
release = {

0 commit comments

Comments
 (0)