Skip to content

Releases: espressif/sync-jira-actions

v0.2.0

03 Oct 09:54
a2c06f1
Compare
Choose a tag to compare

v0.2.0 (2024-10-03)

✨ New features

  • action: updated this action from Docker to Composite type (Tomas Sebestik - 278db39)

🐛 Bug fixes

  • action: fix empty input for JIRA_PROJECT (Tomas Sebestik - 0b1dd88)

📖 Documentation

  • caller-workflow: add caller workflow for easy copy to target repo (Tomas Sebestik - 8c27453)

v0.1.1

14 Feb 08:10
253dd16
Compare
Choose a tag to compare
  • docs: add CONTRIBUTING guide, update README
  • ci(project-structure): package and tools config by pyproject.toml
    • add commitizen support to pyproject.toml
  • add Danger for GitHub
  • add pre-commit hook for codespell
  • add pre-commit hook prettier - formatting Markdown files
  • add pre-commit workflow to CI
  • refactor: refactor to Python 3.11, refactor Dockerfile (Bookworm, node20)
    • refactor(tests): add tests and GH workflow for pytest
  • refactor: move source code to src directory