Skip to content

Commit a31e181

Browse files
readme: update deployment instructions (#581)
1 parent d657d6a commit a31e181

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,9 @@ $ make html linkcheck doctest SPHINXOPTS='-W'
165165
**To document a new version of Cylc:**
166166

167167
* Create a tag with a name matching a released cylc-flow tag.
168+
`git tag <tag> <commit>` e.g. `git tag 8.1.2 HEAD`.
168169
* Push it to `cylc/cylc-doc`.
170+
`git push --tags upstream <tag>`
169171
* Trigger the `deploy` workflow against that tag.
170172

171173
**To update documentation for an existing version (post release):**

0 commit comments

Comments
 (0)