Skip to content

Releases: ComPWA/actions

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.

Release v1.0.0

28 Jan 15:45
38ad51c
Compare
Choose a tag to compare

First release! See here for the features that this repository offers!