Skip to content

Commit

Permalink
Document release process
Browse files Browse the repository at this point in the history
  • Loading branch information
scarroll32 committed Jan 23, 2021
1 parent 7fc3166 commit 47905fb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Binary file added docs/img/create_release.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions docs/release_process.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## Release Process

*For maintainers of Ransack.*

To release a new version of Ransack and publish it to RubyGems, take the following steps:

- Create a new release, marked `Prerelease`.
- Update the versions file to the new release, commit and push to `master`.
- From the terminal, run the following commands

```bash
rake build
rake release
```

![Create a Release](../img/create_release.png)

0 comments on commit 47905fb

Please sign in to comment.