-
Notifications
You must be signed in to change notification settings - Fork 5
Development Cycle
Aleksander Sjåfjell edited this page Sep 1, 2016
·
1 revision
- Develop new feature on branch. When pushed, this triggers a build at TeamCity without release. Perfect to check if the code just works on my machine
- Merging feature to master will trigger a beta build and release, for more info see Nuget.org/digipost-api-client-dotnet for versions released.
- If the new version breaks existing API, documentation must be updated, and can be found in the
docs
folder of the project. Do not edit the documentation directly from here if it involves changing code. This must first be done in the documentation-regression-tests project and copied to the docs. This may seem redundant, but errare humanum est. - Trigger release build in TeamCity.
- Create release note for the release!