Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Librem5
pureos-store
Commits
b804b058
Commit
b804b058
authored
Dec 15, 2016
by
Richard Hughes
Browse files
trivial: Post release version bump
parent
d58b5699
Changes
2
Hide whitespace changes
Inline
Side-by-side
RELEASE
View file @
b804b058
...
...
@@ -2,13 +2,13 @@ GNOME Software Release Notes
1. Write release entries:
git log --format="%s" --cherry-pick --right-only GNOME_SOFTWARE_3_23_
2
... | grep -i -v trivial | grep -v Merge | sort | uniq
git log --format="%s" --cherry-pick --right-only GNOME_SOFTWARE_3_23_
3
... | grep -i -v trivial | grep -v Merge | sort | uniq
Add any user visible changes into data/appdata/org.gnome.Software.appdata.xml.in
3. Commit changes in gnome-software git:
git commit -a -m "Release version 3.23.
3
"
git tag -s GNOME_SOFTWARE_3_23_
3
-m "==== Version 3.23.
3
===="
git commit -a -m "Release version 3.23.
4
"
git tag -s GNOME_SOFTWARE_3_23_
4
-m "==== Version 3.23.
4
===="
<enter password>
git push --tags
git push
...
...
@@ -26,7 +26,7 @@ scp *.tar.xz rhughes@master.gnome.org:
ssh rhughes@master.gnome.org
ftpadmin install gnome-software-*.tar.xz
7. Do post release version bump in configure.ac
7. Do post release version bump in configure.ac
and meson.build
8. Commit trivial changes:
...
...
meson.build
View file @
b804b058
project('gnome-software', 'c',
version : '3.23.
3
',
version : '3.23.
4
',
default_options : ['warning_level=1'],
meson_version : '>=0.37.0'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment