File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 11
11
9 . tweet google group announcement from [ @mongoosejs ] ( https://twitter.com/mongoosejs )
12
12
10 . announce on #mongoosejs irc room
13
13
11 . change package.json version to next patch version suffixed with '-pre' and commit "now working on x.x.x"
14
+ 12 . if this is a stable release, update the unstable History.md with the changelog
14
15
15
16
## updating the website
16
17
18
+ For 3.6.x:
19
+
20
+ 0 . Change to the 3.6.x branch
17
21
1 . execute ` make docs ` (when this process completes you'll be on the gh-pages branch)
18
22
2 . ` git add docs/*.html index.html `
19
23
3 . ` git commit -m 'website; regen <x.x.x>' `
20
24
4 . ` git push origin gh-pages `
25
+
26
+ For unstable:
27
+
28
+ 0 . Change to the master branch
29
+ 1 . execute ` make docs_unstable ` (when this process completes you'll be on the gh-pages branch)
30
+ 2 . ` git add docs/unstable/docs/*.html index.html `
31
+ 3 . ` git commit -m 'website; regen <x.x.x>' `
32
+ 4 . ` git push origin gh-pages `
You can’t perform that action at this time.
0 commit comments