Skip to content

Commit eb3f60b

Browse files
authored
Update RELEASING.md (#230)
* Update RELEASING.md * more updates
1 parent db5fcae commit eb3f60b

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

RELEASING.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,18 @@ For Squares, membership is managed through the `Workflow Swift Owners` registry
1919
> ```bash
2020
> 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
2121
> ```
22+
> You may need to `--include-podspecs` for pods that have changed and are depended on by other of the pods.
2223
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/).
2425
2526
1. Create a PR with the version change and merge to `main`.
2627
2728
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`.
3334
3435
1. Publish to CocoaPods:
3536
```bash

0 commit comments

Comments
 (0)