README.md in deliver-0.5.0 vs README.md in deliver-0.6.0
- old
+ new
@@ -106,11 +106,13 @@
Run ```deliver init``` to create a new ```Deliverfile```. You can either let the wizard generate a file based on the metadata from iTunes Connect or create one from a template.
Once you created your configuration, just run ```deliver```.
-Here are a few example files:
+All available commands with a short description can be found in [Deliverfile.md](https://github.com/KrauseFx/deliver/blob/master/Deliverfile.md).
+
+Here are a few examples:
#### Upload screenshots to iTunes Connect
```ruby
app_identifier "net.sunapps.1"
version "1.1"
@@ -173,11 +175,11 @@
raise "Something went wrong: #{exception}"
end
```
-#### Set a default language if you are lucky enough to only maintain one language
+#### Set a default language if you only maintain one language
```ruby
default_language "en-US"
version "1.2"
title "Only English Title"
@@ -221,10 +223,10 @@
##### What is the ```Deliverfile```?
As you can see, the ```Deliverfile``` is a normal Ruby file, which is executed when
running a deployment. Therefore it's possible to fully customise the behaviour
on a deployment.
-All available commands with a short description can be found in the [wiki](https://github.com/KrauseFx/deliver/wiki/All-available-commands-of-the-Deliverfile).
+All available commands with a short description can be found in [Deliverfile.md](https://github.com/KrauseFx/deliver/blob/master/Deliverfile.md).
**Some examples:**
- Run your own unit tests or integration tests before a deploy (recommended)
- Ask the script user for a changelog