Skip to content

ReleaseProcess

Dirk Rombauts edited this page Mar 27, 2014 · 32 revisions
  1. Check the version number in project.build (/src/Pickles/VersionInfo.cs will be updated during build)
  2. Open a command line and run "release.cmd"
  3. Create a release on GitHub
    1. with release notes
    2. tag it with 'vx.y.z' where x is the major version, y the minor version and z the revision number
    3. Upload "$/deploy/pickles-x.y.z.0.zip" to the release
  4. Close the 'vx.y' milestone and create a new one
  5. Push the nuget packages from myget to nuget gallery
  6. Update the picklesdoc website to point to the new version
  7. Generate outputs with new version and add to website
  8. Make an announcement on pickles-dev group.
  9. Tweet using @PicklesDoc
Clone this wiki locally