Skip to content

Commit

Permalink
Align Prettier versions
Browse files Browse the repository at this point in the history
The Prettier version specified in `pyproject.toml` was previously
updated from 2 to 3. However, the Prettier version used to generate
the changelog was not updated. This commit will update the Prettier
version used to generate the changelog to 3 so all formatting is done
with Prettier 3.
  • Loading branch information
br3ndonland committed Nov 13, 2024
1 parent eaa41e3 commit 461ca62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ jobs:
sed -Ei "$ESCAPE_DUNDERS" CHANGELOG.md
sed -Ei "$ESCAPE_DUNDERS" docs/changelog.md
- name: Format changelog with Prettier
run: npx -s -y prettier@'^2' --write CHANGELOG.md docs/changelog.md
run: npx -s -y prettier@'^3' --write CHANGELOG.md docs/changelog.md
- name: Create pull request with updated changelog
uses: peter-evans/create-pull-request@v6
with:
Expand Down

0 comments on commit 461ca62

Please sign in to comment.