Skip to content

Commit

Permalink
Add note about warning the world before making a release (#155)
Browse files Browse the repository at this point in the history
Otherwise we end up making many releases without anybody knowing.
  • Loading branch information
anoadragon453 committed Oct 7, 2020
1 parent 53015c7 commit 393ad87
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
0. Consider whether this release will affect any customers, including those on
EMS, and warn them beforehand - in case they need to upgrade quickly.

1. Set a variable to the version number for convenience:
```sh
ver=x.y.z
Expand Down Expand Up @@ -28,3 +31,5 @@
```sh
xdg-open https://github.com/matrix-org/sygnal/releases/edit/v$ver
```
1. Notify #sygnal:matrix.org, #synapse-dev:matrix.org and EMS that a new
release has been published.
1 change: 1 addition & 0 deletions changelog.d/155.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add a note to the releasing doc asking people to inform EMS and customers during the release process.

0 comments on commit 393ad87

Please sign in to comment.