Releases: boromir674/cookiecutter-python-package
Cookiecutter Python Package v0.10.1
Automatic Labeling of Pull Requests
This is release, enables automatic Pull Request labeling based on the changed files.
Cookiecutter Python Package v0.10.0
Enhance the Template's project generated CI config, by adding extra checks in the Test Jobs and
automating the integration with the codecov.io hosting service.
Added checks
- Doing a 'Lint check' on the code
- Doing a 'Compliance check' of the resulting packaged distro against python best practices
- Gathering and sending the Test Suite results to the codecov.io service
Code Coverage
Include step in all Test Jobs to gather and send Code Coverage data resulting from running
the Test Suite.
`Codecov` is to Code Coverage, as `GA` is to Continuous Integration.
Upon granting permission, `codecov` will start accepting the accumulated results (such as
Code Coverage data) from all `Test Jobs` during a `build` and provide a web UI featuring
interactive visualization of the python code and its `coverage` on user-defined granularity
level, interactive charts of the `coverage` evolution and more.
ci
Apply the same CI additions as the ones added for the Template project (see above)!
Namely:
- extra
checksin theTest Jobs integrationwith thecodecov.ioCode Coverage hosting service
documentation
Add some "juicy" code badges in README, to demonstrate the status reported by
the various CI services that this repository integrates with. The badges are updated
automatically, as their respective status reporting (web) service continuously integrates
(ie triggers per commit) with the cookiecutter-python-package Project.
Changes
^^^^^^^
feature
"""""""
- enable lint, distro packaging QA & test results transimission to codecov.io CI service
fix
"""
- fix generated tox ini that had a hard coded value!
documentation
"""""""""""""
- add the changes introduced in this release
- add Codacy Badge to quickly show the reported Code Quality
ci
""
- enable test workflow for tags matching pattern "v*", pull requests to dev & pushes to ci branch
- add job to generate the Biskotaki Python Package from this Template
What's Changed
- Cookiecutter Python Package v0.10.0 Release by @boromir674 in #22
Full Changelog: v0.9.1...v0.10.0
Cookiecutter Python Package v0.9.1
What's Changed
- Cookiecutter Python Package v0.9.1 Release by @boromir674 in #15
Full Changelog: v0.9.0...v0.9.1
Cookiecutter Python Package v0.9.0
Cookiecutter Python Package v0.9.0
Addressing stability issues
Cookiecutter Python Package v0.8.4
Achieve Open Source Security Foundation (OpenSSF) Best Practices Badge
The Open Source Security Foundation (OpenSSF) Best Practices badge is a way for Free/Libre and Open Source Software (FLOSS) projects to show that they follow best practices.
See https://bestpractices.coreinfrastructure.org/en for more on the OpenSSF Best Practices Badge Program.
Cookiecutter Python Package v0.8.3
add rule in MANIFEST.in for CHANGELOG.md
Cookiecutter Python Package v0.8.2
Merge branch 'dev'
Cookiecutter Python Package v0.8.1
chore(semantic-release): bump version string from 0.8.0 to 0.8.1
Cookiecutter Python Package v0.8.0
What's Changed
- PyPI Name Availability Check + Docs by @boromir674 in #1
- Dev by @boromir674 in #2
New Contributors
- @boromir674 made their first contribution in #1
Full Changelog: v0.7.2...v0.8.0
Cookiecutter Python Package v0.7.2
[DOCS] Reference the 'biskotaki' pypi package as a generated example …