Releases: ComPWA/actions
Releases · ComPWA/actions
ComPWA actions and shared workflows 1.1.0
🖱️ Developer Experience
- Default to Python 3.9 in workflows (#53)
The full changelog as commits can be found here.
ComPWA actions and shared workflows 1.0.9
🐛 Bug fixes
- Upload to and download from different artifact names (#52)
The full changelog as commits can be found here.
ComPWA actions and shared workflows 1.0.8
⚠️ Enhancements and optimizations
- Improve PR description for requirements workflow (#51)
🔨 Maintenance
- Update to v4 for
actions/download-artifact
and actions/upload-artifact
(#50)
The full changelog as commits can be found here.
Release v1.0.7
🖱️ Developer Experience
- Set
PYTHONHASHSEED
in pytest
workflow (#44)
🐛 Bug fixes
- Remove
issue_comment
trigger (#43)
The full changelog as commits can be found here.
Release v1.0.6
✨ New features
- Update pip constraints by commenting "update pip constraints" on PRs (#42)
The full changelog as commits can be found here.
Release v1.0.5
⚠️ Enhancements and optimizations
- Add
.gitignore
in .constraints
directory (#40)
🐛 Bug fixes
- Create
.constraints
directory if non-existing (#39)
- Set
PRETTIER_LEGACY_CLI
when Prettier v4 alpha (#41)
The full changelog as commits can be found here.
Release v1.0.4
⚠️ Enhancements and optimizations
🐛 Bug fixes
- Determine if repository is Python package (#35 and #36)
🔨 Maintenance
- Update pre-commit hooks (#32)
- Bump actions/upload-pages-artifact from 1 to 2 (#31)
The full changelog as commits can be found here.
Release v1.0.3
✨ New features
pyproject.toml
is now supported in the ComPWA/actions/create-python-version-matrix@v1
and ComPWA/actions/create-pytest-matrix@v1
actions and in the ComPWA/actions/.github/workflows/requirements.yml@v1
and ComPWA/actions/.github/workflows/pytest.yml@v1
workflows (#29 and #30)
🐛 Bug fixes
- Artifacts are uploaded with a specific name (#28)
The full changelog as commits can be found here.
Release v1.0.2
🐛 Bug fixes
- Decativated taplo workflow in case of
taplo-docker
(#24)
- Removed
name
from artifact (#26)
🔨 Maintenance
- Bumped peter-evans/create-pull-request from 4 to 5 (#25)
🖱️ Developer Experience
- Do not push to
stable
branch for ComPWA/actions (#22)
The full changelog as commits can be found here.
Release v1.0.1
✨ New features
- Specify for which branch to clean caches (#7)
- Automatically push fixes by
pre-commit
if a PR comes from a branch (#14)
- Taplo is supported as a pre-commit hook, see also ComPWA/mirrors-taplo (#16 and #21)
- It's now possible to skip installing Python in the
pip-install
action (#18)
🐛 Bug fixes
pip
upgrade job is now run on on ubuntu-20.04
for Python 3.6 (#10)
environment
is specified for for page deployment (#11)
- Run requirements workflow from workflow dispatch (#13)
- Run
apt-get update
before install
(#19)
🖱️ Developer Experience
- Autoupdate pre-commit config (#12)
- Bump actions/deploy-pages from 1 to 2 (#17)
- Push to correct major/minor version branches (#20)
The full changelog as commits can be found here.