Releases: tektronix/python-package-ci-cd
Releases · tektronix/python-package-ci-cd
v1.0.2
v1.0.2 (2024-08-27)
Merged Pull Requests
- Update build script to properly add changed files to git during the release process (#21)
Fixed
- Actually fixed the issue with the semantic-release configuration preventing updated files with each new release version from being properly updated in the repo as a part of the release.
v1.0.1
v1.0.1 (2024-08-27)
Merged Pull Requests
- docs: Update changelog with incoming change notes on python-semantic-release config updates (#20)
- chore: Update all pinned versions of python-package-ci-cd to v1.0.0 (#19)
Fixed
- Fixed an issue with the semantic-release configuration preventing updated files with each new release version from being properly updated in the repo as a part of the release.
v1.0.0
v1.0.0 (2024-08-27)
Added
- Added a reusable workflow to check the Python API for breaking changes:
check-api-for-breaking-changes.yml
- Added a reusable workflow to perform CodeQL analysis:
codeql-analysis.yml
- Added a reusable workflow to enforce Open-Source community standards:
enforce-community-standards.yml
- Added a reusable workflow to build a Python package:
package-build.yml
- Added a reusable workflow to upload a Python package to TestPyPI:
package-testpypi.yml
- Added a reusable workflow to publish API comparison results as a Pull Request comment:
publish-api-comparison.yml
- Added a reusable workflow to publish test results as a Pull Request comment:
publish-test-results.yml
- Added a reusable workflow to create a Software Bill of Materials (SBOM) and scan it:
sbom-scan.yml
- Added a reusable workflow to run tests and linting against Python package code:
test-code.yml
- Added a reusable workflow to run documentation builds and tests for a Python package:
test-docs.yml
- Added a reusable workflow to update Python and
pre-commit
dependencies:update-python-and-pre-commit-dependencies.yml