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 4d074b4 commit 8189b5eCopy full SHA for 8189b5e
README.md
@@ -167,13 +167,15 @@ $ make html linkcheck doctest SPHINXOPTS='-W'
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>`
+ `git push upstream refs/tags/<tag>`
171
* Trigger the `deploy` workflow against that tag.
172
173
**To update documentation for an existing version (post release):**
174
175
* Update the existing tag.
176
+ `git tag -d <tag>; git tag <tag> <commit>`
177
178
+ `git push upstream refs/tags/<tag> -f`
179
180
181
**To remove old documentation:**
0 commit comments