-change-template: "- #$NUMBER - $TITLE (@$AUTHOR)"
categories:
- - title: "⚠ Breaking Changes"
+ - title: "⬆️ Dependencies"
+ collapse-after: 1
labels:
- - "breaking change"
+ - "dependencies"
template: |
- ## What’s Changed
-
- $CHANGES
+ ## What's Changed
+ $CHANGES
\ No newline at end of file
- name: Set up Python
uses: actions/setup-python@v1
with:
- python-version: '3.10'
+ python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
runs-on: ubuntu-latest
strategy:
matrix:
- python-version: ['3.10']
+ python-version: ['3.9', '3.10']
steps:
- uses: actions/checkout@v3