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: README.md
+6-1
Original file line number
Diff line number
Diff line change
@@ -270,6 +270,12 @@ nwbuild({
270
270
271
271
### Maintainer guidelines
272
272
273
+
- Approve pull requests before merging.
274
+
- Enforce conventional commits before merging pull requests.
275
+
- A commit's first line should be formatted as `<type>[optional scope]: <description>`.
276
+
- A commit's body should have a description of changes in bullet points followed by any links it references or issues it fixes or closes. It may include an optional `Notes: ...` section to provide additional context on why the PR is being merged when it doesn't seem like it should.
277
+
- Google's Release Please Action is used to update the changelog, bump the package version and generate GitHub releases.
278
+
273
279
## Roadmap
274
280
275
281
### Bugs
@@ -290,7 +296,6 @@ nwbuild({
290
296
291
297
### Chores
292
298
293
-
- chore(cicd): use `google-github-actions/release-please-action` to automate publishing to npm, updating changelog and creating releases
294
299
- chore(cli): migrate from `yargs` to `commander`
295
300
- chore(get): verify sha checksum for downloads
296
301
- chore(util): factor out file paths as constant variables
0 commit comments