Skip to content

Commit

Permalink
Merge branch 'master' into 0-9-master
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardopereira committed Mar 23, 2017
2 parents a31ad3a + 07c63ff commit b8af7a1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Empty file added CHANGELOG.md
Empty file.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,17 @@ You can also view the [community reported Github issues](https://github.com/ably
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request

## Release notes

This library uses [semantic versioning](http://semver.org/). For each release, the following needs to be done:

* Replace all references of the current version number with the new version number (check this file [README.md](./README.md), [Ably.podspec](./Ably.podspec), [Source/Info.plist](./Source/Info.plist), [Source/ARTDefault.m](Source/ARTDefault.m)) and commit the changes. (example: [Bump commit](https://github.com/ably/ably-ios/commit/f73d2662ae0c06f0aff105adb57a52f073277ea8)).
* Run [`github_changelog_generator`](https://github.com/skywinder/Github-Changelog-Generator) to automate the update of the [CHANGELOG](./CHANGELOG.md). Once the CHANGELOG has completed, manually change the `Unreleased` heading and link with the current version number such as `v1.0.0`. Also ensure that the `Full Changelog` link points to the new version tag instead of the `HEAD`. Commit this change.
* Add a tag and push to origin such as `git tag v1.0.0 && git push origin v1.0.0`
* Visit [releases page](https://github.com/ably/ably-ios/releases) and `Add release notes`.
* Remember to release an update for the [CocoaPods](https://guides.cocoapods.org/making/making-a-cocoapod.html#release).
* Remember to generate and attach the prebuilt framework for [Carthage](https://github.com/Carthage/Carthage#archive-prebuilt-frameworks-into-one-zip-file).

## License

Copyright (c) 2015 Ably Real-time Ltd, Licensed under the Apache License, Version 2.0. Refer to [LICENSE](LICENSE) for the license terms.

0 comments on commit b8af7a1

Please sign in to comment.