From 97c19c22984448aa06a4dfc2ac24b51ec4943ed3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20B=C3=B6hm?= Date: Fri, 21 Oct 2022 10:02:41 +0200 Subject: [PATCH] style: cleanup repository --- .changeset/quick-tables-carry.md | 2 -- .changeset/shy-eels-pretend.md | 5 ----- .../{long-pillows-flash.md => unlucky-frogs-fix.md} | 2 +- .changeset/warm-dragons-collect.md | 5 ----- .prettierrc.cjs | 3 ++- README.md | 8 ++------ 6 files changed, 5 insertions(+), 20 deletions(-) delete mode 100644 .changeset/quick-tables-carry.md delete mode 100644 .changeset/shy-eels-pretend.md rename .changeset/{long-pillows-flash.md => unlucky-frogs-fix.md} (60%) delete mode 100644 .changeset/warm-dragons-collect.md diff --git a/.changeset/quick-tables-carry.md b/.changeset/quick-tables-carry.md deleted file mode 100644 index a845151..0000000 --- a/.changeset/quick-tables-carry.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/shy-eels-pretend.md b/.changeset/shy-eels-pretend.md deleted file mode 100644 index 00c13aa..0000000 --- a/.changeset/shy-eels-pretend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@mheob/changeset-changelog': minor ---- - -Improve changelog output diff --git a/.changeset/long-pillows-flash.md b/.changeset/unlucky-frogs-fix.md similarity index 60% rename from .changeset/long-pillows-flash.md rename to .changeset/unlucky-frogs-fix.md index 6fdf3b9..aacdb1d 100644 --- a/.changeset/long-pillows-flash.md +++ b/.changeset/unlucky-frogs-fix.md @@ -2,4 +2,4 @@ '@mheob/changeset-changelog': patch --- -Fix current changelog styling +cleanup repository diff --git a/.changeset/warm-dragons-collect.md b/.changeset/warm-dragons-collect.md deleted file mode 100644 index f938075..0000000 --- a/.changeset/warm-dragons-collect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@mheob/changeset-changelog': minor ---- - -Rework the output and use also the commit information diff --git a/.prettierrc.cjs b/.prettierrc.cjs index e932619..4f2f4a2 100644 --- a/.prettierrc.cjs +++ b/.prettierrc.cjs @@ -2,11 +2,12 @@ module.exports = { ...require('@mheob/prettier-config'), overrides: [ + ...require('@mheob/prettier-config').overrides, { files: '*.md', options: { printWidth: 999, - proseWrap: 'preserve', + proseWrap: 'never', }, }, ], diff --git a/README.md b/README.md index ea8381c..9a12c69 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,8 @@ # `@mheob/changeset-changelog` -[![Release](https://github.com/mheob/changeset-changelog/actions/workflows/release.yml/badge.svg)](https://github.com/mheob/changeset-changelog/actions/workflows/release.yml) -[![Check](https://github.com/mheob/changeset-changelog/actions/workflows/check.yml/badge.svg)](https://github.com/mheob/changeset-changelog/actions/workflows/check.yml) -[![codecov](https://codecov.io/gh/mheob/changeset-changelog/branch/main/graph/badge.svg?token=E7RZLWHMEX)](https://codecov.io/gh/mheob/changeset-changelog) +[![Release](https://github.com/mheob/changeset-changelog/actions/workflows/release.yml/badge.svg)](https://github.com/mheob/changeset-changelog/actions/workflows/release.yml) [![Check](https://github.com/mheob/changeset-changelog/actions/workflows/check.yml/badge.svg)](https://github.com/mheob/changeset-changelog/actions/workflows/check.yml) [![codecov](https://codecov.io/gh/mheob/changeset-changelog/branch/main/graph/badge.svg?token=E7RZLWHMEX)](https://codecov.io/gh/mheob/changeset-changelog) -Add my own style for the changelogs generated by the awesome [changesets](https://github.com/changesets/changesets) library. The -style was inspired by the original -[@changesets/changelog-github](https://github.com/changesets/changesets/tree/main/packages/changelog-github) and the [@svitejs/changesets-changelog-github-compact](https://github.com/svitejs/changesets-changelog-github-compact) packages. +Add my own style for the changelogs generated by the awesome [changesets](https://github.com/changesets/changesets) library. The style was inspired by the original [@changesets/changelog-github](https://github.com/changesets/changesets/tree/main/packages/changelog-github) and the [@svitejs/changesets-changelog-github-compact](https://github.com/svitejs/changesets-changelog-github-compact) packages. ## Installation