Skip to content

Commit

Permalink
note dep update in release procedure (#729)
Browse files Browse the repository at this point in the history
* note dep update in release procedure
  • Loading branch information
willscott committed Aug 4, 2020
1 parent 8dc353a commit 39ef471
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ This document describes the process for a public drand release.
## Major / Minor Releases

* A release is initiated by creating a protected release branch 'release-va.b' marking the major/minor release.
* Before beginning a release branch, check that dependencies have been pulled up to date:
`go list -u -m -mod=readonly -json all | go-mod-outdated -update -direct -style=markdown`
* In preparation for a release, the maintainer should look at the commit log to create a change log summarizing changes, with explicit notes of:
* wire protocol changes that will impact group or node-client interactions.
* protocol changes that will impact setup or resharing.
Expand Down

0 comments on commit 39ef471

Please sign in to comment.