Skip to content

Commit

Permalink
Merge pull request #367 from jepler/improve-release-notes
Browse files Browse the repository at this point in the history
Improve bundle release notes
  • Loading branch information
dhalbert authored Dec 18, 2023
2 parents a0bfd79 + bd0005b commit 2959bae
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion adabot/circuitpython_bundle.py
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,21 @@ def new_release(bundle, bundle_path):
" especially important for non-express boards with limited flash, such as the"
" [Trinket M0](https://www.adafruit.com/product/3500),"
" [Gemma M0](https://www.adafruit.com/product/3501) and"
" [Feather M0 Basic](https://www.adafruit.com/product/2772)."
" [Feather M0 Basic](https://www.adafruit.com/product/2772).\n"
)

release_description.append(
"To automate the use of bundles, including the Adafruit CircuitPython Bundle"
" and the Community Bundle, install [circup](https://pypi.org/project/circup/)"
" using pip or pipx."
" This command-line tool allows you to install packages from the bundle to your CIRCUITPY"
" drive without manually downloading anything.\n"
)

release_description.append(
"To download the libraries as Python source code, use the link containing 'bundle-py'."
" Due to github's technical limitations, the 'Source code (zip)' and 'Source code (tar.gz')"
" links do not contain the library source code and cannot be hidden by project admins."
)

release = {
Expand Down

0 comments on commit 2959bae

Please sign in to comment.