Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
weston
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pekka Paalanen
weston
Commits
73dfbd51
Commit
73dfbd51
authored
10 years ago
by
Kristian Høgsberg
Browse files
Options
Downloads
Patches
Plain Diff
Add releasing.txt to describe the release steps and other bits of process
parent
81ff075b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
releasing.txt
+43
-0
43 additions, 0 deletions
releasing.txt
with
43 additions
and
0 deletions
releasing.txt
0 → 100644
+
43
−
0
View file @
73dfbd51
To make a release follow these steps.
1. Update configure.ac to intended version, commit.
2. make distcheck (for weston I do make distcheck TESTS= to avoid
running the tests... most of the tests pass, but the xwayland one
is flaky)
3. git tag -am 1.5.0 1.5.0
4. scp tarballs to /srv/wayland.freedesktop.org/www/releases on
people.freedesktop.org
5. Put SHA1 for tarballs and tagged commits in release announcement
6. Push configure.ac commits and tags.
7. Send out release announcement.
8. Get the release email URL from
http://lists.freedesktop.org/archives/wayland-devel/
9. Update releases.html in wayland-web with links to tarballs and
release email.
10. Update topic in #wayland to point to release announcement
For x.y.0 releases, also create the x.y branch. The x.y branch is for
bug fixes and conservetive changes to the x.y.0 release, and is where
we release x.y.z releases from. Creating the x.y branch opens up
master for new development and lets new development move on. We've
done this both after the x.y.0 release (to focus development on bug
fixing for the x.y.1 release for a little longer) or before the x.y.0
release (like we did with the 1.5.0 release, to unblock master
development early).
The master branch configure.ac version should always be (at least)
x.y.90, with x.y being the most recent stable branch. Stable branch
configure version is just whatever was most recently released from
that branch.
For stable branches, we commit fixes to master first, then cherry-pick
them back to the stable 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