Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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_
Expand Down
9 changes: 4 additions & 5 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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".

Expand Down