You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-8Lines changed: 1 addition & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -41,11 +41,4 @@ We use `jest` tests as well, which should be an equally comfortable development
41
41
42
42
## Publishing
43
43
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