summaryrefslogtreecommitdiffstats
path: root/common/src/main/webapp/usageguide/appserver/node_modules/mongoose/release-items.md
diff options
context:
space:
mode:
authorlizi00164331 <li.zi30@zte.com.cn>2017-08-07 11:39:39 +0800
committerlizi00164331 <li.zi30@zte.com.cn>2017-08-07 11:39:39 +0800
commit21d72c4a80fe2937d0c4ddd20624b27adbcd989b (patch)
treee5013ee12f74f8452e01cbff16e7b0158bc456cb /common/src/main/webapp/usageguide/appserver/node_modules/mongoose/release-items.md
parentf533e73e2ae32e010b16abdcf7985abaf31ab843 (diff)
Upload the ESR GUI seed code
Issue-ID: AAI-68 Change-Id: Ia50ce0570c2fabecd77199d4e8454f56fe587c4e Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
Diffstat (limited to 'common/src/main/webapp/usageguide/appserver/node_modules/mongoose/release-items.md')
-rw-r--r--common/src/main/webapp/usageguide/appserver/node_modules/mongoose/release-items.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/common/src/main/webapp/usageguide/appserver/node_modules/mongoose/release-items.md b/common/src/main/webapp/usageguide/appserver/node_modules/mongoose/release-items.md
new file mode 100644
index 0000000..4d0471a
--- /dev/null
+++ b/common/src/main/webapp/usageguide/appserver/node_modules/mongoose/release-items.md
@@ -0,0 +1,29 @@
+## mongoose release procedure
+
+1. tests must pass
+2. update package.json version
+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.
+4. git commit -m 'release x.x.x'
+5. git tag x.x.x
+6. git push origin BRANCH --tags && npm publish
+7. update mongoosejs.com (see "updating the website" below)
+8. tweet changelog link from [@mongoosejs](https://twitter.com/mongoosejs)
+9. Announce on mongoosejsteam slack channel
+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 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 'docs: release 4.x.x'`
+3. `git push origin gh-pages`
+
+For 3.8.x:
+
+0. Change to the 3.8.x branch
+1. execute `make docs_legacy` (when this process completes you'll be on the gh-pages branch)
+2. `git commit -a -m 'website; regen <x.x.x>'`
+3. `git push origin gh-pages`