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
+5-13Lines changed: 5 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,27 +44,19 @@ npm run eslint
44
44
45
45
write-npmstat is distributed on npmjs.
46
46
47
-
## Version number
47
+
## Changes
48
48
49
-
If your changes are ready to release, you should increase the version number in
50
-
`package.json`. The version bump should be in a separated commit.
49
+
If your changes are ready to release, you should increase the version number in`package.json`. The version bump should be in a separated commit
50
+
and the commit message should be in the following format:
51
51
52
-
```sh
53
-
git commit -m 'package.json: version x.y.z' package.json
54
52
```
55
-
56
-
Tag this commit:
57
-
58
-
```sh
59
-
git tag x.y.z
53
+
'package.json: version x.y.z'
60
54
```
61
55
62
-
## Changes
63
-
64
56
New release should be created on [github](https://github.com/veghdev/write-npmstat/releases/new).
65
57
66
58
**Note:** Release notes are auto-generated from closed pull requests.
67
59
68
60
## Package
69
61
70
-
Publishing a new release will automatically trigger the [Release](https://github.com/veghdev/write-npmstat/blob/main/.github/workflows/release.yml) workflow which builds and uploads the write-npmstat package to [npmjs](https://www.npmjs.com/package/write-npmstat/).
62
+
Publishing a new release will automatically trigger the [Release](https://github.com/veghdev/write-npmstat/blob/main/.github/workflows/release.yml) workflow which builds and uploads the write-npmstat package to [npmjs](https://www.npmjs.com/package/write-npmstat/).
0 commit comments