Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.5 KB

MAINTAINING.md

File metadata and controls

30 lines (22 loc) · 1.5 KB

Maintaining Math.NET Numerics

Note: This document is only relevant for the maintainers of this project

When creating a new release

Repository:

  • Update RELEASENOTES file with relevant changes, attributed by contributor (if external). Set date.
  • Update CONTRIBUTORS file (via git shortlog -sn)
  • Create and publish a new annotated git tag for the release, e.g. git tag -a v2.5.0 -m "v2.5.0"
  • Consider to update the repository mirrors at codeplex, gitorious and google (how to).

Publish:

  • Generate manual release build from internal TeamCity
  • Update release notes in NuGet packages (using package explorer)
  • Upload NuGet packages to the NuGet Gallery
  • Create new Codeplex and GitHub release, attach Zip files

Misc: