Browse Source

Changelog instructions (#6756)

* Remove unused patch release instructions from changelog

* Add changelog instructions for pruning the changelog when a new release branch is created
Will Hickey 4 months ago
parent
commit
16b5957456
1 changed files with 5 additions and 8 deletions
  1. 5 8
      CHANGELOG.md

+ 5 - 8
CHANGELOG.md

@@ -262,11 +262,8 @@ This simplifies the process of diffing between versions of the log.
   * Update the edge, beta, and stable links
   * Create new section: `vx.y+1.0 - Unreleased`
   * Remove `Unreleased` annotation from vx.y.0 section.
-* Create vx.y branch starting at that commit
-* Tag that commit as vx.y.0
-
-### When creating a new patch release:
-* Commit to the release branch updating the changelog:
-  * Remove `Unreleased` annotation from `vx.y.z` section
-  * Add a new section at the top for `vx.y.z+1 - Unreleased`
-* Tag that new commit as the new release
+* Create vx.y branch starting at that commit.
+* Commit to `vx.y` updating the changelog:
+  * Remove the `vx.y+1.0 - Unreleased` section
+  * Remove the channel links
+* Tag vx.y.0 on the new branch