From aeed8293c5f85f94d7c0a5ca6afdf851faa9b8f7 Mon Sep 17 00:00:00 2001 From: Ray Ryan Date: Fri, 10 Dec 2021 15:01:59 -0800 Subject: [PATCH] End CHANGELOG.md Because the [releases page](https://github.com/square/workflow-kotlin/releases) is so much nicer. --- CHANGELOG.md | 2 ++ RELEASING.md | 9 ++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee1859b12b..bc53e8ab20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ Change Log ========== +> This file is no longer updated, please visit [Releases](https://github.com/square/workflow-kotlin/releases) instead. + ## Version 1.2.0 _2021-11-10_ diff --git a/RELEASING.md b/RELEASING.md index 77031c2352..150abd0acf 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -3,8 +3,6 @@ ## Production Releases --- -1. Merge an update of [the change log](CHANGELOG.md) with the changes since the last release. - 1. Make sure you're on the `main` branch (or fix branch, e.g. `v0.1-fixes`). 1. Confirm that the kotlin build is green before committing any changes @@ -51,10 +49,11 @@ 1. Create the release on GitHub: 1. Go to the [Releases](https://github.com/square/workflow-kotlin/releases) page for the GitHub project. - 1. Click "Draft a new release". + 1. Click _Draft a new release_. 1. Enter the tag name you just pushed. - 1. Title the release with the same name as the tag. - 1. Copy & paste the changelog entry for this release into the description. + 1. Click _Auto-generate release notes_. + - Edit the generated notes if you feel the need. + - See [this page](https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes) if you have an itch to customize how our notes are generated. 1. If this is a pre-release version, check the pre-release box. 1. Hit "Publish release".