Efficiently automate your release note generation with 'generate-release-notes'. This GH action scans your target GitHub repository's issues, sorting and organizing them into well-formatted release notes. Perfect for maintaining a streamlined and organized release process.
Background
On runner can be limited usage of pip installation. It leads to failure in Python steps in workflows - when trying to install Python requirements.
Feature
Introduce venv code to action.yml to isolate installation from the main Python one.