Skip to content

Commit e807f8c

Browse files
authored
bump 5.0.8 (#359)
1 parent 6958d35 commit e807f8c

File tree

5 files changed

+20
-40
lines changed

5 files changed

+20
-40
lines changed

.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## [5.0.8](https://github.com/nytimes/NYTPhotoViewer/releases/tag/5.0.8)
2+
13
Changes for users of the library currently on `5.0.8`:
24
- using metadata to add summary to share activity
35

Documentation/Release Process.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,18 @@ _While tagging a new version of a library and pushing it to CocoaPods is concept
22

33
# NYTPhotoViewer Release Process
44

5-
- Review [the diff between `master` and `develop`](https://github.com/NYTimes/NYTPhotoViewer/compare/master...develop) to determine which part of the version number to increment, in accordance with [semantic versioning](http://semver.org/).
5+
- Review the diff between `the last tag` and `develop` to determine which part of the version number to increment, in accordance with [semantic versioning](http://semver.org/).
6+
- Create a branch off the commit in develop (probably HEAD) you wish to release.
67
- Update [the Podspec](https://github.com/NYTimes/NYTPhotoViewer/blob/develop/NYTPhotoViewer.podspec) to the new version number.
7-
- Make this change via a pull request to trigger notifications for those who watch the repository.
8-
- Using [the diff](https://github.com/NYTimes/NYTPhotoViewer/compare/master...develop), [the commit history](https://github.com/NYTimes/NYTPhotoViewer/commits/develop), and any notes about `develop` which may have been written in the `CHANGELOG`, update [`CHANGELOG.md`](https://github.com/NYTimes/NYTPhotoViewer/blob/develop/CHANGELOG.md) with changes in the new version which may affect library users.
8+
- Using the diff above and any notes about `develop` which may have been written in the `CHANGELOG`, update [`CHANGELOG.md`](https://github.com/NYTimes/NYTPhotoViewer/blob/develop/CHANGELOG.md) with changes in the new version which may affect library users.
99
- When reviewing the commit history, searching for “Merge pull request” helps find changes which should appear in [the `CHANGELOG`](https://github.com/NYTimes/NYTPhotoViewer/blob/develop/CHANGELOG.md).
10-
- Update any other documentation which still needs to be updated, given those changes.
11-
- Create a pull request merging [`develop` into `master`](https://github.com/NYTimes/NYTPhotoViewer/compare/master...develop). Merge it yourself, immediately.
12-
- Create a [Github release](https://github.com/NYTimes/NYTPhotoViewer/releases), using the new version number (eg. `1.0.0`) as the tag, and the merge commit into `master` as the target. Copy [the `CHANGELOG`](https://raw.githubusercontent.com/NYTimes/NYTPhotoViewer/develop/CHANGELOG.md)’s Markdown content for this release into the Github release.
13-
- Push the new Podspec to Cocoapods Trunk: `pod trunk push NYTPhotoViewer.podspec`
14-
- Ensure your local clone is up-to-date before this push.
10+
- Update any other documentation.
11+
- Commit the above changes to your branch, suggested message "bump v<new version>"
12+
- Create a pull request to merge your branch into `develop`. This will trigger notifications for those who watch the repository.
13+
- Once that PR is merged:
14+
- Create a [Github release](https://github.com/NYTimes/NYTPhotoViewer/releases), using the new version number (eg. `1.0.0`) as the tag, and the merge commit into `master` as the target. Copy [the `CHANGELOG`](https://raw.githubusercontent.com/NYTimes/NYTPhotoViewer/develop/CHANGELOG.md)’s Markdown content for this release into the Github release.
15+
- Ensure your local clone is up-to-date on `develop`
16+
- Push the new Podspec to Cocoapods Trunk: `pod trunk push NYTPhotoViewer.podspec`.
1517

1618
## CocoaPods Trunk Setup
1719

NYTPhotoViewer.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "NYTPhotoViewer"
3-
s.version = "5.0.7"
3+
s.version = "5.0.8"
44

55
s.description = <<-DESC
66
NYTPhotoViewer is a slideshow and image viewer that includes double tap to zoom, captions, support for multiple images, interactive flick to dismiss, animated zooming presentation, and more.

bitrise.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)