Skip to content

Commit 95798e9

Browse files
committed
Bump version to 1.10.0 for release.
1 parent a3e7358 commit 95798e9

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ and make sure the tests are green.
1919

2020
## Releasing
2121

22-
New versions are released to RubyGems.
22+
To release a new version, update the version number in
23+
[lib/capybara/screenshot/diff/version.rb](lib/capybara/screenshot/diff/version.rb),
24+
and then run
2325

24-
rake release
26+
bundle exec rake release
27+
28+
which will create a git tag for the version, push git commits and tags, and
29+
push the `.gem` file to [rubygems.org](https://rubygems.org).

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -659,14 +659,9 @@ You can also run `bin/console` for an interactive prompt that will allow you to
659659

660660
To install this gem onto your local machine, run `bundle exec rake install`.
661661

662-
To release a new version, update the version number in `lib/capybara/screenshot/diff/version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
663-
664662
## Contributing
665663

666-
Bug reports and pull requests are welcome on GitHub at https://github.com/donv/capybara-screenshot-diff.
667-
This project is intended to be a safe, welcoming space for collaboration,
668-
and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
669-
664+
See [CONTRIBUTING.md](CONTRIBUTING.md)
670665

671666
## License
672667

lib/capybara/screenshot/diff/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module Capybara
44
module Screenshot
55
module Diff
6-
VERSION = "1.9.2"
6+
VERSION = '1.10.0'
77
end
88
end
99
end

0 commit comments

Comments
 (0)