Releases: brainelectronics/micropython-package-template
0.14.0-rc1.dev35
This change updates the manual package installation instructions to use mpremote over rshell.
In the PyPI section the usage of twine check before twine upload is recommended.
An example instruction on how to install a specific version with upip was added.
The package usage example and the corresponding main.py example files are extended to set the LED pin based on the board extracted from os.uname().
This closes #34
0.13.1
This change creates the correct release candidate number based on the action run of a pull request workflow run test-release instead of the total number of this workflow run. By this fix, the -rcX metadata starts at 1 and is incremented with every push, no matter if the push is a force push or a classic new commit on top in a ongoing pull request.
This closes #33
0.13.1-rc3.dev32
This change creates the correct release candidate number based on the action run of a pull request workflow run test-release instead of the total number of this workflow run. By this fix, the -rcX metadata starts at 1 and is incremented with every push, no matter if the push is a force push or a classic new commit on top in a ongoing pull request.
This closes #33
0.13.1-rc2.dev32
This change creates the correct release candidate number based on the action run of a pull request workflow run test-release instead of the total number of this workflow run. By this fix, the -rcX metadata starts at 1 and is incremented with every push, no matter if the push is a force push or a classic new commit on top in a ongoing pull request.
This closes #33
0.13.0
0.13.0-rc38.dev29
This change creates a new release branch release/<VERSION> after a merge and adds the following files to it:
changelog.mdpackage.json<PACKAGE>/version.py
This closes #28
0.12.0-rc32.dev27
This change creates the latest changelog from all submitted snippets before building and deploying the ReadTheDocs files
This closes #26
0.11.0
This change updates all tools, python packages and GitHub actions to their latest version.
The sdist_upip.py script does no longer remove the PKG-INFO and LICENSE.txt files from the root of the created tar.gz file to meet the requirements of PyPI
This closes #24
0.11.0-rc31.dev27
This change updates all tools, python packages and GitHub actions to their latest version.
The sdist_upip.py script does no longer remove the PKG-INFO and LICENSE.txt files from the root of the created tar.gz file to meet the requirements of PyPI
This closes #24
0.11.0-rc29.dev27
This change updates all tools, python packages and GitHub actions to their latest version.
The sdist_upip.py script does no longer remove the PKG-INFO and LICENSE.txt files from the root of the created tar.gz file to meet the requirements of PyPI
This closes #24