README.md in danger-swiftformat-0.6.0 vs README.md in danger-swiftformat-0.7.0
- old
+ new
@@ -6,11 +6,13 @@
## Installation
Add this line to your Gemfile:
- gem 'danger-swiftformat'
+```ruby
+gem 'danger-swiftformat'
+```
[SwiftFormat] also needs to be installed before you run Danger.
## Usage
@@ -57,9 +59,19 @@
1. Clone this repo
2. Run `bundle install` to setup dependencies.
3. Run `bundle exec rake spec` to run the tests.
4. Use `bundle exec guard` to automatically have tests run as you make changes.
5. Make your changes.
+
+## Releasing a new version
+
+Use the release.sh script:
+
+```shell
+./scripts/release.sh
+```
+
+Then bump the gem to the next patch version.
[Danger]: https://danger.systems/ruby/
[SwiftFormat]: https://github.com/nicklockwood/SwiftFormat
[danger-swiftlint]: https://github.com/ashfurrow/danger-ruby-swiftlint