File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -19,17 +19,18 @@ For Squares, membership is managed through the `Workflow Swift Owners` registry
19
19
> ``` bash
20
20
> bundle exec pod lib lint Workflow.podspec ViewEnvironment.podspec ViewEnvironmentUI.podspec WorkflowTesting.podspec WorkflowReactiveSwift.podspec WorkflowUI.podspec WorkflowRxSwift.podspec WorkflowReactiveSwiftTesting.podspec WorkflowRxSwiftTesting.podspec WorkflowSwiftUI.podspec WorkflowCombine.podspec WorkflowCombineTesting.podspec WorkflowConcurrency.podspec WorkflowConcurrencyTesting.podspec
21
21
> ` ` `
22
+ > You may need to ` --include-podspecs` for pods that have changed and are depended on by other of the pods.
22
23
23
- 1. Update ` VERSION ` file based on [` semver` ](https://semver.org/).
24
+ 1. Update ` WORKFLOW_VERSION ` in ` version.rb ` based on [` semver` ](https://semver.org/).
24
25
25
26
1. Create a PR with the version change and merge to ` main` .
26
27
27
28
1. Create the release on GitHub:
28
- 1. Go to the [Releases](https://github.com/square/workflow-swift/releases).
29
- 1. ` Choose a tag` and create a tag with the ` VERSION ` . ex: ` v1.0.0`
30
- 1. ` Auto-generate release notes`
31
- 1. Ensure the ` Title` corresponds to the ` VERSION ` we' re publishing and the generated `Release Notes` are accurate.
32
- 1. Hit " Publish release" .
29
+ 1. Go to the [Releases](https://github.com/square/workflow-swift/releases) and ` Draft a new release ` .
30
+ 1. ` Choose a tag` and create a tag for the new version . ex: ` v1.0.0`
31
+ 1. ` Generate release notes`
32
+ 1. Ensure the ` Title` corresponds to the version we' re publishing and the generated `Release Notes` are accurate.
33
+ 1. Hit ` Publish release` .
33
34
34
35
1. Publish to CocoaPods:
35
36
```bash
You can’t perform that action at this time.
0 commit comments