From 6db6acf59d9db84af3283897ef02f2a54758ea00 Mon Sep 17 00:00:00 2001 From: Ilya Katz Date: Mon, 12 Aug 2024 19:52:20 -0700 Subject: [PATCH] Document release process --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e6aca12..4e93fd5 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,14 @@ bundle exec appraisal rails-7.0 rspec bundle exec appraisal rails-7.1 rspec ``` +## Releasing new version + +1. Create a new tag, eg `git tag 9.4.1` +1. Go to https://github.com/ilyakatz/data-migrate/tags +1. Click "Create release" under 9.4.1 +1. CLick "Generate release notes" +1. Click "Publish release" + ## Thanks [Andrew J Vargo](http://github.com/ajvargo) Andrew was the original creator and maintainer of this project!