Skip to content

Releases: ComPWA/actions

ComPWA actions and shared workflows 1.1.0

17 Jan 21:14
e8b8621
Compare
Choose a tag to compare

🖱️ 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

13 Jan 17:59
9b56d73
Compare
Choose a tag to compare

🐛 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

13 Jan 17:07
5c3f49d
Compare
Choose a tag to compare

⚠️ 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

21 Dec 13:45
bc3360f
Compare
Choose a tag to compare

🖱️ 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

10 Dec 20:57
1842e0a
Compare
Choose a tag to compare

✨ 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

02 Dec 16:32
2d94192
Compare
Choose a tag to compare

⚠️ 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

08 Nov 14:12
162ca25
Compare
Choose a tag to compare

⚠️ Enhancements and optimizations

  • Build packages with PyPI's build (#38)

🐛 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

11 Jul 08:34
db2f54b
Compare
Choose a tag to compare

✨ 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

08 May 22:01
ae5e2f3
Compare
Choose a tag to compare

🐛 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

01 Apr 19:54
8c4c0bd
Compare
Choose a tag to compare

✨ 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.