We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d657d6a commit a31e181Copy full SHA for a31e181
README.md
@@ -165,7 +165,9 @@ $ make html linkcheck doctest SPHINXOPTS='-W'
165
**To document a new version of Cylc:**
166
167
* 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`.
169
* Push it to `cylc/cylc-doc`.
170
+ `git push --tags upstream <tag>`
171
* Trigger the `deploy` workflow against that tag.
172
173
**To update documentation for an existing version (post release):**
0 commit comments