1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-13 19:12:49 +00:00

updated bunch of file paths and changed the way posts are loaded

This commit is contained in:
2016-01-05 12:28:04 -06:00
parent 4bb8cae81e
commit 6ab45fe935
13249 changed files with 317868 additions and 2101398 deletions

View File

@@ -10,14 +10,15 @@
8. announce to google groups - include the relevant change log and links to issues
9. tweet google group announcement from [@mongoosejs](https://twitter.com/mongoosejs)
10. change package.json version to next patch version suffixed with '-pre' and commit "now working on x.x.x"
11. if this is a stable release, update the unstable History.md with the changelog
11. if this is a legacy release, `git merge` changes into master.
## updating the website
For 4.x
0. Change to the master branch
1. execute `make docs` (when this process completes you'll be on the gh-pages branch)
2. `git commit -a -m 'website; regen <4.x.x>'
2. `git commit -a -m 'website; regen <4.x.x>'`
3. `git push origin gh-pages`
For 3.8.x: