aboutsummaryrefslogtreecommitdiffstats
path: root/docs/publishing.md
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2019-02-20 04:33:12 +0800
committerDan Finlay <dan@danfinlay.com>2019-02-20 04:35:59 +0800
commit160f1961654632654072759f0aa116b43a97f35b (patch)
tree80b7bd9a46003b8b582850946ffbd818d3bb65b6 /docs/publishing.md
parent29b64bdb17d5386b834c6938934d770ff62e4746 (diff)
downloadtangerine-wallet-browser-160f1961654632654072759f0aa116b43a97f35b.tar.gz
tangerine-wallet-browser-160f1961654632654072759f0aa116b43a97f35b.tar.zst
tangerine-wallet-browser-160f1961654632654072759f0aa116b43a97f35b.zip
Add sensitive publishing protocolv6.1.0
Diffstat (limited to 'docs/publishing.md')
-rw-r--r--docs/publishing.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/publishing.md b/docs/publishing.md
index 45662900d..132c28d9b 100644
--- a/docs/publishing.md
+++ b/docs/publishing.md
@@ -17,6 +17,10 @@ Version can be automatically incremented [using our bump script](./bumping-versi
npm run version:bump $BUMP_TYPE` where `$BUMP_TYPE` is one of `major`, `minor`, or `patch`.
+## Preparing for Sensitive Changes
+
+In the case that a new release has sensitive changes that cannot be fully verified prior to publication, please follow the [sensitive release protocol](./sensitive-release.md).
+
## Building
While we develop on the main `develop` branch, our production version is maintained on the `master` branch.