Skip to content

Commit bdf48a9

Browse files
authored
Merge pull request #171 from kethinov/various-maintenance
various maintenance
2 parents 8560d4d + 9694f6f commit bdf48a9

3 files changed

Lines changed: 356 additions & 201 deletions

File tree

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33
## Before opening a pull request
44

55
- Be sure all tests pass: `npm t`.
6-
- Ensure 100% code coverage and write new tests if necessary: `npm run coverage`.
6+
- Ensure good test coverage and write new tests if necessary: `npm run coverage`.
77
- Add your changes to `CHANGELOG.md`.
88

99
## Release process
1010

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

13-
- Merge all desired pull requests into master.
13+
- Merge all desired pull requests into main.
1414
- 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.
15+
- Add new version to CHANGELOG.
1616
- Paste contents of CHANGELOG into new version commit.
1717
- Open and merge a pull request with those changes.
1818
- Tag the merge commit as the a new release version number.
1919
- Publish commit to npm.
20-
20+
- 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)