README.md in potassium-6.2.0 vs README.md in potassium-6.3.0

- old
+ new

@@ -50,10 +50,11 @@ - [Puma](https://github.com/puma/puma) to serve HTTP requests - [Rack Timeout](https://github.com/heroku/rack-timeout) to abort requests that are taking too long - [Tzinfo-Data](https://github.com/tzinfo/tzinfo-data) for updating timezone information - [Faker](https://github.com/stympy/faker) for creating development data +- [Scout](https://github.com/scoutapp/scout_apm_ruby) for monitoring performance The following optional integrations are also added: - [PostgreSQL](http://www.postgresql.org) or [MySQL](https://www.mysql.com) for the database - [Devise](https://github.com/plataformatec/devise) for authentication @@ -151,9 +152,18 @@ It's important to remember that `bin/potassium_test create`: - Does not receive an `app_path` param. It always creates the test project inside `/tmp/dummy_app` - Can receive the same options as `potassium create` - Runs with options with a default value. This is to avoid the "asking part" of the creation process. You need to enable what you want to test like this: `$ bin/potassium_test create --clockwork` + +## Publishing +On master branch. + +1. Change `VERSION` in `lib/potassium/version.rb` +2. Change `Unreleased` title to current version in `CHANGELOG.md` +3. Commit new release. For example: `Releasing v6.3.0` +4. Create tag. For example: `git tag v6.3.0` +5. Push tag: `git push origin v6.3.0` ## Contributing If you want to add functionality please go to the [contributing](/docs/CONTRIBUTING.md)