Skip to content

Releases: octue/generate-pull-request-description

Use GitHub action output

13 Oct 16:05
b5257de
Compare
Choose a tag to compare

Contents (#4)

Enhancements

  • Use action output for PR description instead of environment variable

Operations

  • Improve action.yaml for GitHub marketplace
  • Use latest codecov action
  • Improve release workflow

Other

  • Update README

Make release workflow more efficient and add badges to README

04 Oct 13:37
8a1a3c1
Compare
Choose a tag to compare

Contents (#2)

Operations

  • Make release workflow more efficient
  • Add CI/CD badges to README

Finish GitHub action

03 Oct 16:35
1b80042
Compare
Choose a tag to compare

Contents (#1)

Enhancements

  • Use docker image for action

Fixes

  • Move Dockerfile to repository root
  • Update to use poetry
  • Add missing __init__ file
  • Update installation path in Dockerfile

Operations

  • Fix python3.10 specification
  • Update coverage package
  • Rename CLI and add it as a script in pyproject.toml
  • Add pre-commit hooks
  • Point Dockerfile and workflow to correct branches for future
  • Fix context for Docker builds

Refactoring

  • Rename release notes compiler to pull request description generator
  • Use different environment variable name for GHA output

Other

  • Add README