Skip to content

Commit

Permalink
Merge pull request #320 from ilyakatz/document-release-process
Browse files Browse the repository at this point in the history
Document release process
  • Loading branch information
ilyakatz committed Aug 15, 2024
2 parents dc59a31 + 6db6acf commit 9bdba4f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit 9bdba4f

Please sign in to comment.