Skip to content
This repository was archived by the owner on Jul 14, 2020. It is now read-only.

Latest commit

 

History

History
13 lines (11 loc) · 711 Bytes

File metadata and controls

13 lines (11 loc) · 711 Bytes

How to release modules

  1. Create a GitHub release
    • Building localy to get version of package being released. Create release with tag and release name of Package.Version. Example: CBT.Nuget.1.0.110
  2. Add list of changes that are customer facing that have been fixed for the module to the release description.
  3. Publish release and wait for the AppVeyor build to complete
  4. Push the nupkg from the build to https://www.myget.org/F/cbt/api/v3/index.json
  5. Attach the nupkg to the GitHub release
  6. Update CBT.Examples repo to include any new functionality

Automate this!