Skip to content

Commit 099deb9

Browse files
Preparing for release 0.2.0.
1 parent 07c7300 commit 099deb9

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

CHANGELOG.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
## Changelog
22

3-
### 0.2.0 (Next)
3+
### 0.2.0
44

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

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Implement your feature or bug fix.
5050

5151
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).
5252

53-
Make sure that `bundle exec fastlane osx build_run_phase_script` and `bundle exec fastlane osx build_app` completes without errors.
53+
Make sure that `bundle exec fastlane osx build_app` completes without errors.
5454

5555
### Write Documentation
5656

RELEASING.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ bundle exec fastlane osx test
1414

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

17-
Increment the version, modify [FBSnapshotsViewerRunPhaseScript.podspec](FBSnapshotsViewerRunPhaseScript.podspec).
17+
Increment the version.
1818

1919
Following the [Semantic Versioning](http://semver.org/):
2020
* 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`).
@@ -31,7 +31,7 @@ Remove the line with "* Your contribution here.", since there will be no more co
3131
Commit your changes.
3232

3333
```
34-
git add CHANGELOG.md FBSnapshotsViewerRunPhaseScript.podspec
34+
git add CHANGELOG.md
3535
git commit -m "Preparing for release 0.5.2."
3636
git push origin master
3737
```
@@ -52,12 +52,10 @@ Add the next release to [CHANGELOG.md](CHANGELOG.md).
5252
* Your contribution here.
5353
```
5454

55-
Increment the third version number in [FBSnapshotsViewerRunPhaseScript.podspec](FBSnapshotsViewerRunPhaseScript.podspec).
56-
5755
Commit your changes.
5856

5957
```
60-
git add CHANGELOG.md FBSnapshotsViewerRunPhaseScript.podspec
58+
git add CHANGELOG.md
6159
git commit -m "Preparing for next development iteration, 0.5.3."
6260
git push origin master
6361
```

0 commit comments

Comments
 (0)