Skip to content

Commit bbe422b

Browse files
authored
fix up release guide formatting (geotools#3159)
1 parent b9713ae commit bbe422b

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

docs/developer/procedures/release.rst

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,9 @@ This job will checkout the specified branch/revision and build the GeoTools
162162
release artifacts. When successfully complete all release artifacts will be
163163
uploaded to the following location::
164164

165-
http://build.geoserver.org/geotools/release/<RELEASE>
165+
https://build.geoserver.org/view/release/job/geotools-release/<JOB-NO>
166+
167+
There is also a link at the top of the completed job page.
166168

167169
Test the Artifacts
168170
------------------
@@ -173,15 +175,18 @@ quick smoke test that there are no issues. Engage other developers to help
173175
test on the developer list.
174176

175177
Check the artifacts by:
178+
176179
* Unpacking the sources
177180
* Checking the README.html links go to the correct stable or maintenance user guide
178181

179182
The Jenkins job will perform a build of the source artifacts on an empty Maven
180183
repository to make sure any random user out there can do the same. If you want
181184
you can still manually test the artifacts by:
182-
* Temporarily moving the ``$HOME/.m2/repository`` to a different location, so that Maven will be forced to build from an empty repo. If you don't want to fiddle with your main repo just use ``mvn -Dmaven.repo.local=/tmp/m2 install -Dall -T1C`` where it points to any empty directory.
185+
186+
* Temporarily moving the ``$HOME/.m2/repository`` to a different location, so that Maven will be forced to build from an empty repo.
183187
* Do a full build using ``mvn install -Dall -T1C``
184-
* On a successfull build, delete ``$HOME/.m2/repository`` and restore the old maven repository backed up at the beginning
188+
* On a successful build, delete ``$HOME/.m2/repository`` and restore the old maven repository backed up at the beginning
189+
* If you don't want to fiddle with your main repo just use ``mvn -Dmaven.repo.local=/tmp/m2 install -Dall -T1C`` where it points to any empty directory.
185190

186191
Download the user guide:
187192

0 commit comments

Comments
 (0)