Skip to content

Commit 193c43e

Browse files
authored
style: cleanup repository (#11)
Just cleanup the repository.
1 parent 35883d7 commit 193c43e

File tree

6 files changed

+5
-20
lines changed

6 files changed

+5
-20
lines changed

.changeset/quick-tables-carry.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

.changeset/shy-eels-pretend.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/long-pillows-flash.md renamed to .changeset/unlucky-frogs-fix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
'@mheob/changeset-changelog': patch
33
---
44

5-
Fix current changelog styling
5+
cleanup repository

.changeset/warm-dragons-collect.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.prettierrc.cjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@ module.exports = {
22
...require('@mheob/prettier-config'),
33

44
overrides: [
5+
...require('@mheob/prettier-config').overrides,
56
{
67
files: '*.md',
78
options: {
89
printWidth: 999,
9-
proseWrap: 'preserve',
10+
proseWrap: 'never',
1011
},
1112
},
1213
],

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
# `@mheob/changeset-changelog`
22

3-
[![Release](https://github.com/mheob/changeset-changelog/actions/workflows/release.yml/badge.svg)](https://github.com/mheob/changeset-changelog/actions/workflows/release.yml)
4-
[![Check](https://github.com/mheob/changeset-changelog/actions/workflows/check.yml/badge.svg)](https://github.com/mheob/changeset-changelog/actions/workflows/check.yml)
5-
[![codecov](https://codecov.io/gh/mheob/changeset-changelog/branch/main/graph/badge.svg?token=E7RZLWHMEX)](https://codecov.io/gh/mheob/changeset-changelog)
3+
[![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)
64

7-
Add my own style for the changelogs generated by the awesome [changesets](https://github.com/changesets/changesets) library. The
8-
style was inspired by the original
9-
[@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.
5+
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.
106

117
## Installation
128

0 commit comments

Comments
 (0)