Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
glennrfisher committed Mar 28, 2018
2 parents 869d50b + 28217b3 commit e27b5e9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/publishing-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ The following tasks should be completed before publishing a release. Track the p

- [ ] Add service to `README.md`
- [ ] Add service to `Package.swift`
- [ ] Add service to `Tests/LinuxMain.swift`
- [ ] Add service to `generate-documentation.md` script
- [ ] Add service to `run-tests.sh` script
- [ ] Add service credentials to `Credentials.swift` and `CredentialsExample.swift`
Expand All @@ -28,6 +29,6 @@ The following tasks should be completed before publishing a release. Track the p

#### Publish Release

- [ ] Use Github to create a tag/release.
- [ ] Execute the `generate-binaries.sh` script to build and archive frameworks into a `WatsonDeveloperCloud.framework.zip` file. Then attach `WatsonDeveloperCloud.framework.zip` to the GitHub release.
- [ ] Execute `generate-binaries.sh` to build and archive frameworks into `WatsonDeveloperCloud.framework.zip`.
- [ ] Use Github to create a tag/release and attach `WatsonDeveloperCloud.framework.zip`.
- [ ] Test that Carthage successfully builds each service's framework.

0 comments on commit e27b5e9

Please sign in to comment.