Skip to content
Ben Koziol edited this page Jan 12, 2016 · 14 revisions

ZenHub Estimate Code Definitions

Code Definition
1 <= 1 day
2 <= 1 week
3 >= 1 week

Commit Prefixes

Prefix Definition
ENH Enhancement / New functionality
BUG Bug fix
DOC Additions / Updates to documentation
TST Additions / Updates to tests
BLD Updates to the build process/scripts
WIP Work in progress
PERF Performance improvement
CLN Code cleanup

Following from https://github.com/UV-CDAT/uvcdat/blob/e464caeaf8f91265ef49eb472d7fcace2bb751d4/CONTRIBUTING.md.

Release Checklist

Testing

  • Merge "next" to "master"
  • Update version on "master"
  • Update version on "next"
  • Run exhaustive tests on "master"
  • Build documentation
  • Tag master
  • Push to remote

Anaconda Builds

  • Pull request for IOOS channel
  • Build "next" for NESII/dev-ocgis from conda-recipes-esmf
  • Tag conda-recipes-esmf

Artifacts

  • Draft release mail
  • Update download link
  • Upload documentation
  • Send release mail
  • Update GitHub milestones
Clone this wiki locally