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
Merge remote-tracking branch 'origin/main' into ray/ui-update
* origin/main:
Upgrade the compile SDK to 31.
Moves us to s01.oss.sonatype.org
Fixes version name after 1.3.0 release, forgot to bump it.
Use Gradle 7.3.2. Log4shell mitigation.
608: Update TypedWorker kdoc
Releasing v1.3.0
End CHANGELOG.md
Replaces *.initializeView with *.viewStarter
Adds (failing) DecorativeViewFactory double update test
Fixes index out of bounds crash when attempting to add characters or moving the cursor to the ends of the string being edited.
View.launchWhenAttached tolerates strange ids
Disabling parallelism and daemon sharing is required by the vanniktech maven publish plugin.
30
28
Without those, the artifacts will be split across multiple (invalid) staging repositories.
31
-
(Note that `uploadArchives` is deprecated in favor of `publish`, but `publish` makes bad artifacts.)
32
29
33
-
1. Close and release the staging repository at https://oss.sonatype.org/#stagingRepositories.
30
+
1. Close and release the staging repository at https://s01.oss.sonatype.org/#stagingRepositories.
34
31
35
32
1. Bump the version
36
33
-**Kotlin:** Update the `VERSION_NAME` property in `gradle.properties` to the new
@@ -51,10 +48,11 @@
51
48
1. Create the release on GitHub:
52
49
1. Go to the [Releases](https://github.com/square/workflow-kotlin/releases) page for the GitHub
53
50
project.
54
-
1. Click "Draft a new release".
51
+
1. Click _Draft a new release_.
55
52
1. Enter the tag name you just pushed.
56
-
1. Title the release with the same name as the tag.
57
-
1. Copy & paste the changelog entry for this release into the description.
53
+
1. Click _Auto-generate release notes_.
54
+
- Edit the generated notes if you feel the need.
55
+
- See [this page](https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes) if you have an itch to customize how our notes are generated.
58
56
1. If this is a pre-release version, check the pre-release box.
59
57
1. Hit "Publish release".
60
58
@@ -112,12 +110,11 @@ To build and install the current version to your local Maven repository (`~/.m2`
112
110
113
111
#### Configuration
114
112
115
-
In order to deploy artifacts to a Maven repository, you'll need to set 4 properties in your private
0 commit comments