Skip to content

Commit 666d315

Browse files
committed
Update release-items.md
1 parent c162e57 commit 666d315

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

release-items.md

+12
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,22 @@
1111
9. tweet google group announcement from [@mongoosejs](https://twitter.com/mongoosejs)
1212
10. announce on #mongoosejs irc room
1313
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
1415

1516
## updating the website
1617

18+
For 3.6.x:
19+
20+
0. Change to the 3.6.x branch
1721
1. execute `make docs` (when this process completes you'll be on the gh-pages branch)
1822
2. `git add docs/*.html index.html`
1923
3. `git commit -m 'website; regen <x.x.x>'`
2024
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`

0 commit comments

Comments
 (0)