Skip to content

Commit d1d9fc6

Browse files
committed
various maintenance
1 parent 2818485 commit d1d9fc6

3 files changed

Lines changed: 565 additions & 597 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,17 @@
22

33
## Before opening a pull request
44

5-
- Be sure all tests pass: `npm t`.
6-
- Ensure 100% code coverage and write new tests if necessary: `npm run coverage`.
75
- Add your changes to `CHANGELOG.md`.
86

97
## Release process
108

11-
If you are a maintainer of this module, please follow the following release procedure:
9+
If you are a maintainer, please follow the following release procedure:
1210

1311
- Merge all desired pull requests into main.
1412
- Bump `package.json` to a new version and run `npm i` to generate a new `package-lock.json`.
15-
- Alter CHANGELOG "Next version" section and stamp it with the new version.
13+
- Add new version to CHANGELOG.
1614
- Paste contents of CHANGELOG into new version commit.
1715
- Open and merge a pull request with those changes.
1816
- Tag the merge commit as the a new release version number.
1917
- Publish commit to npm.
18+
- Submit a pull request to the Roosevelt website [following the instructions here](https://github.com/rooseveltframework/roosevelt-website/blob/main/CONTRIBUTING.md).

0 commit comments

Comments
 (0)