Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kcharwood committed Nov 10, 2015
1 parent 9870195 commit 6c73839
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
Objective-C/Swift Framework Deployment made easy
================

# Overview
Note this is still a **work in progress**.

Creating a new release for an Objective-C/Swift open source framework is a tedious process. This fastlane setup is an attempt to streamline that process by creating a single button to generate a new release, allowing developers to focus on great updates, without the overhead of creating new releases.
Expand Down Expand Up @@ -38,7 +37,7 @@ That does the following:
* Pushes the tag to the remote
* Runs the tests on the CI server

When the test have passed on CI, the `complete_framework_release` lane will _automatically_ run:
When the tests have passed on CI, the `complete_framework_release` lane will _automatically_ run:

1. Generates a changelog for the Github Release Page
* Creates a [Github Release](https://github.com/AFNetworking/AFNetworking/releases/tag/2.6.2)
Expand Down

0 comments on commit 6c73839

Please sign in to comment.