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
Copy file name to clipboardExpand all lines: RELEASE.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ And before you proceed, do the following steps:
26
26
* Checkout the $VERSION branch.
27
27
* Update the gradle.properties s.t. the following property is $VERSION w/o the suffix '-SNAPSHOT':
28
28
version=$VERSION
29
-
* Change the samza_executable variable in samza-test/src/main/python/configs/tests.json to $VERSION w/o the suffix '-SNAPSHOT'.
29
+
* Change the samza_executable variable in samza-test/src/main/python/configs/tests.json to $VERSION w/o the suffix '-SNAPSHOT'.
30
30
* Change the samza-test versions in samza-test/src/main/config/join/README to $VERSION w/o the suffix '-SNAPSHOT'.
31
31
* Change the executable version in samza-test/src/main/python/stream_processor.py to $VERSION w/o the suffix '-SNAPSHOT'.
32
32
* Push the changes to the $VERSION branch
@@ -149,6 +149,7 @@ The instructions above publish the Samza artifacts for scala 2.11. To publish fo
149
149
150
150
If the VOTE has successfully passed on the release candidate, you can log in to the [repository web interface](https://repository.apache.org) (same as above) and "release" the org.apache.samza repository listed under "Staging Repositories". This may take a minute or so.
151
151
This will publish the samza release artifacts to the open source [maven repository](https://repo1.maven.org/maven2).
152
+
Update gradle.properties with the next master version (1.0.0 -> 1.1.0 for example).
152
153
153
154
## Steps to Upload Source Tarball to Apache SVN
154
155
@@ -158,7 +159,7 @@ Check out the following Apache dist SVN to local:
Create the new version's sub-directory and add the source tarball, MD5, and asc files from the
162
+
Create the new version's sub-directory and add the source tarball, MD5, and asc files from the
162
163
previous step to the new directory:
163
164
164
165
```bash
@@ -177,11 +178,11 @@ Commit to Apache release SVN
177
178
```
178
179
179
180
Check the download link [here](http://www-us.apache.org/dist/samza/) to make sure that the mirror
180
-
site has picked up the new release. The third-party mirrors may take upto 24 hours to pick-up the release.
181
-
In order to ensure that the release is available in public mirrors, wait for the release jars
181
+
site has picked up the new release. The third-party mirrors may take upto 24 hours to pick-up the release.
182
+
In order to ensure that the release is available in public mirrors, wait for the release jars
182
183
to show up in [maven central](http://search.maven.org/#search%7Cga%7C1%7Csamza). A full list of mirrors can be found [here](http://www.apache.org/dyn/closer.cgi).
183
184
Do not publish the website or any public document until the release jars are available for download.
184
185
185
186
## Steps to Update Public Documentation
186
187
187
-
Please refer to docs/README.md, specifically "Release-new-version Website Checklist" section.
188
+
Please refer to docs/README.md, specifically "Release-new-version Website Checklist" section.
Copy file name to clipboardExpand all lines: docs/README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,8 +87,9 @@ Following can be done when updating the gradle.properties file
87
87
* if this is a major release, add the x.x.x release part in docs/archive/index.html
88
88
89
89
* update the download page (docs/startup/download/index.md) to use x.x.x release
90
-
* Add an entry to the Sources releases and Samza Tools section to use the new x.x.x release
91
-
(samza/docs/_releases/x.x.x.md)
90
+
by adding an entry to the Sources and Samza Tools sections to use the new x.x.x release
91
+
92
+
* add a release page samza/docs/_releases/x.x.x.md
92
93
93
94
* update the version number in "tar -xvf ./target/hello-samza-y.y.y-dist.tar.gz -C deploy/samza" in each of the tutorials (and search for other uses of version x.x.x which may need to be replaced with y.y.y)
0 commit comments