-
Notifications
You must be signed in to change notification settings - Fork 0
DevOps improvement ideas
Jan M edited this page Jun 10, 2020
·
2 revisions
-
After a sprint create a pre-release first which has a lifetime of 1-2 weeks to ensure that we do not publish unstable package versions. Hotfixes should then target the pre-release branch and will result in a new prerelease. After all critical bugs have been fixed and no new ones have been reported for 1(?) week, the prerelease branch will become the new master and result in a new stable release.
-
When finding show stopper bugs in the current release use a hotfix branch to fix it. Don't publish nuget packages manually because it is not visible in the commit log
-
Implement a changelog process