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
3. update History.md using `git changelog` or similar. list the related ticket(s) #<TICKET_NUMBER> as well as a link to the github user who fixed it if applicable.
6
-
4. git commit -m 'release x.x.x'
4
+
2. update `package.json` and `package-lock.json` version
5
+
3. update History.md using `git changelog` or similar. Add #<TICKET_NUMBER> as well as a link to the github user who fixed it if applicable.
6
+
4. git commit -a -m 'release x.x.x'
7
7
5. git tag x.x.x
8
8
6. git push origin BRANCH --tags && npm publish
9
9
7. update mongoosejs.com (see "updating the website" below)
@@ -14,16 +14,16 @@
14
14
15
15
## updating the website
16
16
17
-
For 4.x
17
+
For 5.x
18
18
19
19
0. Change to the master branch
20
20
1. execute `make docs` (when this process completes you'll be on the gh-pages branch)
21
-
2.`git commit -a -m 'chore: website 4.x.x'`
21
+
2.`git commit -a -m 'chore: website 5.x.x'`
22
22
3.`git push origin gh-pages`
23
23
24
-
For 3.8.x:
24
+
For 4.x
25
25
26
-
0. Change to the 3.8.x branch
26
+
0. Change to the 4.x branch
27
27
1. execute `make docs_legacy` (when this process completes you'll be on the gh-pages branch)
0 commit comments