Skip to content

Commit

Permalink
chore(ci): format changelog file on release (#83)
Browse files Browse the repository at this point in the history
Just format the changelog notes after running release workflow.
  • Loading branch information
mheob authored Oct 23, 2022
1 parent ce93b96 commit 8e4aeb9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .changeset/quiet-rivers-impress.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
commit: "chore(release): bump version and deploy packages"
title: "chore(release): bump version and deploy packages"
publish: pnpm run release
version: pnpm run version-packages
env:
GITHUB_TOKEN: ${{ secrets.MACHINE_USER_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 0 additions & 2 deletions packages/prettier-config/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
import sortImports from '@trivago/prettier-plugin-sort-imports';
import type { Config as DefaultConfig } from 'prettier';

Expand Down

0 comments on commit 8e4aeb9

Please sign in to comment.