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 5bdb57b commit fe631cc
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 @@ -199,7 +199,7 @@ jobs:
git tag -l --sort=-taggerdate:iso --format="$GIT_LOG_FORMAT" >>CHANGELOG.md
git tag -l --sort=-taggerdate:iso --format="$GIT_LOG_FORMAT" >>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 fe631cc

Please sign in to comment.