Skip to content

Internals: Release Checklist

Mahrud Sayrafi edited this page Dec 5, 2020 · 8 revisions

Before every release:

  • uncategorized packages should get a keyword:
i23 : select(separate_" " version#"packages", p -> (readPackage p)#Keywords === {"Uncategorized"})

o23 = {SpecialFanoFourfolds, GKMVarieties}
  • DebuggingMode should be turned off in packages:
i24 : select(separate_" " version#"packages", p -> (readPackage p)#DebuggingMode)

o24 = {RationalMaps, RelativeCanonicalResolution, SlackIdeals, PencilsOfQuadrics}
  • M2-emacs and other syntax highlighting files should be updated
Clone this wiki locally