-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4ca75a6
commit c425e33
Showing
4 changed files
with
23 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
The checklist for releasing a new version of db_text_search. | ||
|
||
Pre-requisites for the releaser: | ||
|
||
* Push access to RubyGems. | ||
|
||
Release checklist: | ||
|
||
- [ ] Update gem version in `version.rb` and `README.md`. | ||
- [ ] Update `CHANGELOG.md`. | ||
- [ ] Wait for the Travis build to come back green. | ||
- [ ] Tag the release and push it to rubygems: | ||
|
||
```bash | ||
rake release | ||
``` | ||
- [ ] Copy the release notes from the changelog to [GitHub Releases](https://github.com/thredded/thredded/releases). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,5 @@ | |
|
||
module DbTextSearch | ||
# Gem version | ||
VERSION = '0.2.2' | ||
VERSION = '0.3.0' | ||
end |