Skip to content

Commit

Permalink
Preparing for release 0.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Antondomashnev committed May 1, 2017
1 parent 07c7300 commit 099deb9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
@@ -1,8 +1,7 @@
## Changelog

### 0.2.0 (Next)
### 0.2.0

* Your contribution here.
* [#17](https://github.com/Antondomashnev/FBSnapshotsViewer/pull/17): Remove run script leftovers - [@antondomashnev](https://github.com/antondomashnev).
* [#16](https://github.com/Antondomashnev/FBSnapshotsViewer/pull/16): Add Xcode project logs parser - [@antondomashnev](https://github.com/antondomashnev).

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -50,7 +50,7 @@ Implement your feature or bug fix.

Swift style is enforced with [SwiftLint](https://github.com/realm/SwiftLint). The check is done on every compile via run phase. You can check the configuration [here](FBSnapshotsViewer/.swiftlint.yml).

Make sure that `bundle exec fastlane osx build_run_phase_script` and `bundle exec fastlane osx build_app` completes without errors.
Make sure that `bundle exec fastlane osx build_app` completes without errors.

### Write Documentation

Expand Down
8 changes: 3 additions & 5 deletions RELEASING.md
Expand Up @@ -14,7 +14,7 @@ bundle exec fastlane osx test

Check that the last build succeeded in [Travis CI](https://travis-ci.org/Antondomashnev/FBSnapshotsViewer) for all supported platforms.

Increment the version, modify [FBSnapshotsViewerRunPhaseScript.podspec](FBSnapshotsViewerRunPhaseScript.podspec).
Increment the version.

Following the [Semantic Versioning](http://semver.org/):
* Increment the third number if the release has bug fixes and/or very minor features with backward compatibility, only (eg. change `0.5.1` to `0.5.2`).
Expand All @@ -31,7 +31,7 @@ Remove the line with "* Your contribution here.", since there will be no more co
Commit your changes.

```
git add CHANGELOG.md FBSnapshotsViewerRunPhaseScript.podspec
git add CHANGELOG.md
git commit -m "Preparing for release 0.5.2."
git push origin master
```
Expand All @@ -52,12 +52,10 @@ Add the next release to [CHANGELOG.md](CHANGELOG.md).
* Your contribution here.
```

Increment the third version number in [FBSnapshotsViewerRunPhaseScript.podspec](FBSnapshotsViewerRunPhaseScript.podspec).

Commit your changes.

```
git add CHANGELOG.md FBSnapshotsViewerRunPhaseScript.podspec
git add CHANGELOG.md
git commit -m "Preparing for next development iteration, 0.5.3."
git push origin master
```

0 comments on commit 099deb9

Please sign in to comment.