-
Notifications
You must be signed in to change notification settings - Fork 88
Release Checklist
Alfred E. Heggestad edited this page Oct 17, 2023
·
65 revisions
- Update
CHANGELOG.md
- Click
Draft a new release
on Release page - Fill a new release tag version and title (like v2.4.0)
- Press
Auto-generate Release notes
- Save as draft (don't publish yet)
- Copy release notes to
CHANGELOG.md
- Click
- Update
debian/changelog
- Check/Inc version numbers
CMakefile
include/baresip.h
mk/Doxyfile
- Check ABI compatibility
-
CMakefile
(Bump PROJECT_SOVERSION)
-
- Comment out PRE Release identifier
-dev
CMakefile
- All tests green? [re, baresip]
- Merge PRs in this order
- libre
- baresip
- Publish draft Releases (follow the same order)
- Maybe
Auto-generate Release notes
is needed to update (delete last notes first)
- Maybe
- Bump main branch versions with PRE Release identifier
-dev
CMakefile
-
include/baresip.h
(baresip only)
v3.5.0 13. Sep (@sreimers)- v3.6.0 18. Oct (@alfredh)
- v3.7.0 22. Nov (@cspiel)