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
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,11 @@
1
-
# Fastify is an OPEN Open Source Project
1
+
# Contributing to fastify-renderer
2
+
3
+
See below for information on how fastify-renderer's community is governed.
4
+
## Releases
5
+
6
+
Bump the version with `npm version <minor|major|patch>` then commit the change to git. When your changes get pushed/merged to `main` on github, Github Actions will run the `release` workflow and automatically publish the release to NPM.
7
+
8
+
## fastify-renderer is an OPEN Open Source Project
2
9
3
10
## What?
4
11
@@ -36,10 +43,6 @@ The contributors to the Fastify's plugins must attend the same rules of the Fast
36
43
For this scope we suggest to adopt a tool like [`releasify`](https://github.com/fastify/releasify) to archive this.
37
44
1. PR opened by bots (like Greenkeeper) can be merged if the CI is green and the Node.js versions supported are the same of the plugin.
38
45
39
-
## Releases
40
-
41
-
Bump the version with `npm version <minor|major|patch>` then run `npm publish`.
42
-
43
46
## Changes to this arrangement
44
47
45
48
This is an experiment and feedback is welcome! This document may also be subject to pull-requests or changes by contributors where you believe you have something valuable to add or change.
0 commit comments