Skip to content

Commit 6e5961f

Browse files
authored
Merge pull request #24 from lornajane/add-maintainer-file
Add maintaining file
2 parents f6405d1 + 3caec2a commit 6e5961f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

MAINTAINING.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
The maintainers file is instructions for maintainers on operating the project.
2+
Especially useful for things that don't need to be done often!
3+
4+
## Releasing a package version
5+
6+
1. Update `package.json` with the new version number, and merge this change to the main branch.
7+
8+
2. Tag the main branch with the new version `git tag -a v0.1.0 -m "Release version 0.1.0"`.
9+
10+
3. Push the tag to the repo: `git push origin v0.1.0`.
11+
12+
4. Publish to npm: `npm publish`.

0 commit comments

Comments
 (0)