8000 add release instructions to readme · sveltejs/eslint-config@04c49c9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 04c49c9

Browse files
author
Antony Jones
committed
add release instructions to readme
1 parent f727623 commit 04c49c9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.MD

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,14 @@ This project self-lints:
3737
npm i
3838
npm run lint
3939
```
40+
41+
## Releasing
42+
43+
To release a new version, check out the code on your local machine, then:
44+
45+
```bash
46+
npm version minor
47+
git push && git push --tags
48+
```
49+
50+
Where `minor` is a sensible default for rule changes which will impact existing projects.

0 commit comments

Comments
 (0)
0