Releases: espressif/sync-jira-actions
Releases · espressif/sync-jira-actions
v1.3.1
v0.3.0
What's Changed
- fix(inputs): add fallback to ENV for inputs JIRA_COMPONENT and JIRA_TASK by @tomassebestik in #28
- ci(dependabot-pip): bump deprecated from 1.2.14 to 1.2.18 (RDT-1125) by @dependabot[bot] in #35
- ci(dependabot-pip): bump pycparser from 2.21 to 2.22 (RDT-1058) by @dependabot[bot] in #31
- ci(dependabot-pip): bump typing-extensions from 4.9.0 to 4.13.2 (RDT-1294) by @dependabot[bot] in #54
- feat: Add webhook after successful action by @kumekay in #74
New Contributors
Full Changelog: v0.2.0...v0.3.0
v0.2.0
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
- 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