We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eff36ea commit 0528eb1Copy full SHA for 0528eb1
documentation/ADMINISTRATA.rst
@@ -200,21 +200,21 @@ Release from master
200
$ git checkout master
201
202
Resolve any conflicts and tag the release as appropriate (see `Git
203
-practices`_ above).
+practices`_ above)::
204
205
$ git tag --annotate x.y master
206
207
-Push the tag to GitHub_
+Push the tag to GitHub_::
208
209
$ git push --tags origin master
210
211
Upon successful completion of the `Continuous Integration`_ systems, fetch
212
the tagged build products and place in :file:`dist/`:
213
214
- FiPy-x.y.tar.gz
+ :file:`FiPy-x.y.tar.gz`
215
From CircleCI_ `build-binaries` Artifacts
216
217
- FiPy-x.y.win32.zip
+ :file:`FiPy-x.y.win32.zip`
218
From AppVeyor_ Artifacts
219
220
Clean the working copy::
0 commit comments