Skip to content

Commit 9af8d0d

Browse files
authored
docs: update docs to reflect newest publish workflow (#16)
1 parent 99ae27a commit 9af8d0d

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,4 @@ We use `jest` tests as well, which should be an equally comfortable development
4141
4242
## Publishing
4343
44-
To publish, merge your work to main (after PR process completed).
45-
46-
Manage version and publish on a new branch, and create a PR to merge these changes into main.
47-
48-
```bash
49-
npm version [major|minor|patch] # alternatively, manage version in package.json
50-
npm run publish
51-
```
44+
The [publish.yml workflow](https://github.com/github/markdownlint-github/actions/workflows/publish.yml) will automatically publish a new release on npm upon creating a [new GitHub release](https://github.com/github/markdownlint-github/releases).

0 commit comments

Comments
 (0)