Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.1.3
-
None
Description
In the standard release flow of things, the release manager runs `bin/publish-docs.sh` right before VOTE which means that `/current` gets updated at least 3 days before we announce the release.
Maybe updating current should be a specific command?
bin/publish-docs.sh --update userName
Attachments
Issue Links
- links to
I think it's better to use a completely different script then.
This way we don't need to add a bunch of if's and else's in publish-docs.sh. The new script would only need to determine the current version and update the symlinks accordingly.