Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libxml2
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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
OpenVMS
libraries
libxml2
Commits
d418c36462a8
Commit
d418c36462a8
authored
2 years ago
by
Nick Wellnhofer
Browse files
Options
Downloads
Patches
Plain Diff
Start with documentation for maintainers
parent
e261f7318db3
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
MAINTAINERS.md
+53
-0
53 additions, 0 deletions
MAINTAINERS.md
with
53 additions
and
0 deletions
MAINTAINERS.md
0 → 100644
+
53
−
0
View file @
d418c364
# Making a release
## Rebuild generated files and documentation
The documentation and some generated files can be rebuilt by running
make -C doc rebuild
This requires
`xsltproc`
to be installed.
## Update the NEWS file
You can get started by running
git log --format='- %s (%an)' [previous-release-tag]..
## Bump the version number
Edit the version number in
`configure.ac`
if you haven't done so already.
## Build the tarball
I'd recommend to build the tarball by running
make distcheck
which performs some useful checks as well.
## Upload the tarball
Follow the instructions at
<https://wiki.gnome.org/MaintainersCorner/Releasing>
:
scp libxml2-[version].tar.xz master.gnome.org:
ssh master.gnome.org ftpadmin install libxml2-[version].tar.xz
## Tag the release
Create an annotated tag and push it:
git tag -a [version] -m 'Release [version]'
git push origin [version]
## Create a GitLab release
Create a new GitLab release on
<https://gitlab.gnome.org/GNOME/libxml2/-/releases>
.
## Announce the release
Announce the release by sending an email to the mailing list at
xml@gnome.org.
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