Skip to content

Commit ce3435b

Browse files
committed
[doc] Add documentation steps to release process
Following rocq-prover/rocq#21659 , rocq-prover/rocq#21661 and rocq-prover/doc#1 Fixes #239
1 parent 3b915a2 commit ce3435b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dev/doc/howto_release.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
* if need be, update supported versions of Rocq in .nix/config.nix
77
and regenerate CI config with nix-shell --arg do-nothing true --run "genNixActions"
88
* rerun CI
9+
* run `make refman-html` and push the resulting `_build/default/doc/refman-html`
10+
as `vX.Y/refman-stdlib` in https://github.com/rocq-prover/doc/
11+
* run `make stdlib-html` and push the resulting `_build/default/doc/stdlib/html`
12+
as `vX.Y/stdlib` in https://github.com/rocq-prover/doc/
913
* release on github (and add the generated tarball as asset)
1014
* once tagging is done push a commit to update doc/sphinx/changes.rst
1115
(particularly is_a_released_version)

0 commit comments

Comments
 (0)