You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Artifacts are hosted on Maven Central. If you're using Gradle, ensure `mavenCentral()` appears in your `repositories` block, and then add dependencies on the following artifacts:
39
+
Artifacts are hosted on Maven Central. If you're using Gradle, ensure `mavenCentral()` appears in
40
+
your `repositories` block, and then add dependencies on the following artifacts:
36
41
37
42
<table>
38
43
<tr>
@@ -41,7 +46,8 @@ Artifacts are hosted on Maven Central. If you're using Gradle, ensure `mavenCent
Copy file name to clipboardExpand all lines: RELEASING.md
+43-39
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,13 @@
4
4
5
5
---
6
6
7
-
***Before you begin:****Please make sure you are set up with [`pod trunk`](https://guides.cocoapods.org/making/getting-setup-with-trunk.html) and your CocoaPods account is a contributor to both the Workflow and WorkflowUI pods. If you need to be added as a contributor, please [open a ticket requesting access](https://github.com/square/workflow/issues/new), and assign it to @apgar or @timdonnelly.*
7
+
***Before you begin:****Please make sure you are set up with
8
+
[`pod trunk`](https://guides.cocoapods.org/making/getting-setup-with-trunk.html) and your CocoaPods
9
+
account is a contributor to both the Workflow and WorkflowUI pods. If you need to be added as a
10
+
contributor, please [open a ticket requesting access](https://github.com/square/workflow/issues/new),
11
+
and assign it to @apgar or @timdonnelly.*
8
12
9
13
---
10
-
11
14
1. Merge an update of [the change log](CHANGELOG.md) with the changes since the last release.
12
15
13
16
1. Make sure you're on the `master` branch (or fix branch, e.g. `v0.1-fixes`).
@@ -17,70 +20,71 @@
17
20
(cd kotlin && ./gradlew build connectedCheck)
18
21
```
19
22
20
-
2. In `kotlin/gradle.properties`, remove the `-SNAPSHOT` prefix from the `VERSION_NAME` property.
23
+
1. In `kotlin/gradle.properties`, remove the `-SNAPSHOT` prefix from the `VERSION_NAME` property.
21
24
E.g. `VERSION_NAME=0.1.0`
22
25
23
-
3. Create a commit and tag the commit with the version number:
26
+
1. Create a commit and tag the commit with the version number:
0 commit comments