Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libwebsockets
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Fork
libwebsockets
Commits
082e33b9
Commit
082e33b9
authored
9 years ago
by
Andy Green
Committed by
Andy Green
9 years ago
Browse files
Options
Downloads
Patches
Plain Diff
release-checklist
parent
cd5e7bff
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
release-checklist
+50
-0
50 additions, 0 deletions
release-checklist
with
50 additions
and
0 deletions
release-checklist
0 → 100644
+
50
−
0
View file @
082e33b9
Release Checklist
-----------------
1) soname bump?
a) We need one if we added or removed apis
CMakeLists.txt
set(SOVERSION "6")
2) changelog
a) Add next version tag header.
b) Classify as
- MINOR bug fixes
- MAJOR bug fixes
- SECURITY fixes
2) main version bump
CMakeLists.txt
set(CPACK_PACKAGE_VERSION_MAJOR "1")
set(CPACK_PACKAGE_VERSION_MINOR "6")
set(CPACK_PACKAGE_VERSION_PATCH "0")
3) specfile
a) rpm version bump to match CMake one
libwebsockets.spec
Version: 1.6.0
b) Summarize changelog
libwebsockets.spec
%changelog
* Sun Jan 17 2016 Andrew Cooks <acooks@linux.com> 1.6.4-1
- Bump version to 1.6.4
- MINOR fix xyz
4) website
a) update latest tag for release branch
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment