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
eb91ad09
Commit
eb91ad09
authored
9 years ago
by
Andy Green
Browse files
Options
Downloads
Patches
Plain Diff
release checklist api updates
Signed-off-by:
Andy Green
<
andy.green@linaro.org
>
parent
c9259876
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
+11
-7
11 additions, 7 deletions
release-checklist
with
11 additions
and
7 deletions
release-checklist
+
11
−
7
View file @
eb91ad09
...
@@ -21,7 +21,11 @@ Release Checklist
...
@@ -21,7 +21,11 @@ Release Checklist
scp -rp ./reports to libwebsockets.org
scp -rp ./reports to libwebsockets.org
1) soname bump?
1) api
$ cp build/doc/* .
2) soname bump?
a) We need one if we added / changed / removed apis
a) We need one if we added / changed / removed apis
...
@@ -29,7 +33,7 @@ Release Checklist
...
@@ -29,7 +33,7 @@ Release Checklist
set(SOVERSION "6")
set(SOVERSION "6")
2
) changelog
3
) changelog
a) Add next version tag header.
a) Add next version tag header.
...
@@ -39,7 +43,7 @@ Release Checklist
...
@@ -39,7 +43,7 @@ Release Checklist
- MAJOR bug fixes
- MAJOR bug fixes
- SECURITY fixes
- SECURITY fixes
2
) main version bump
4
) main version bump
CMakeLists.txt
CMakeLists.txt
...
@@ -47,7 +51,7 @@ Release Checklist
...
@@ -47,7 +51,7 @@ Release Checklist
set(CPACK_PACKAGE_VERSION_MINOR "6")
set(CPACK_PACKAGE_VERSION_MINOR "6")
set(CPACK_PACKAGE_VERSION_PATCH "0")
set(CPACK_PACKAGE_VERSION_PATCH "0")
3
) specfile
5
) specfile
a) rpm version bump to match CMake one
a) rpm version bump to match CMake one
...
@@ -64,16 +68,16 @@ Release Checklist
...
@@ -64,16 +68,16 @@ Release Checklist
- Bump version to 1.6.4
- Bump version to 1.6.4
- MINOR fix xyz
- MINOR fix xyz
4
) signed tag
6
) signed tag
git tag -s vX.Y[.Z]
git tag -s vX.Y[.Z]
5
) git
7
) git
a) push
a) push
b) final CI check, if fail delete tag, kill pushed tags, restart flow
b) final CI check, if fail delete tag, kill pushed tags, restart flow
6
) website
8
) website
a) update latest tag for release branch
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