Skip to content

Commit

Permalink
Merge pull request #1307 from jluebbe/prepare-relase
Browse files Browse the repository at this point in the history
CHANGES: prepare for 1.11 release
  • Loading branch information
jluebbe committed Dec 20, 2023
2 parents 7ce951d + 2ccf312 commit 62100c1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
5 changes: 2 additions & 3 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Release 1.11 (development)
--------------------------
Release 1.11 (released Dec 20, 2023)
------------------------------------

.. rubric:: Enhancements

Expand Down Expand Up @@ -74,7 +74,6 @@ Release 1.11 (development)
Contributions from: Angelo Compagnucci, Emil Velikov, Enrico Jörns, Jan Lübbe,
René Fischer, Roland Hieber, Thomas Kilian, Uwe Kleine-König, Zygmunt Krynicki


Release 1.10.1 (released Aug 3, 2023)
-------------------------------------

Expand Down
10 changes: 5 additions & 5 deletions docs/release-checklist.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
- update changelog
- update version in docs/conf.py
- update version in meson.build
- merge preparation pull-request
- create signed git tag
git tag -m 'release v0.X' -s -u A58CC53DBF05E090 v0.X
git tag -m 'release v1.X' -s -u A58CC53DBF05E090 v1.X
- let meson create source tar archive
meson dist
- sign source archive
gpg --detach-sign -u A58CC53DBF05E090 --armor rauc-0.X.tar.xz
gpg --verify rauc-0.X.tar.xz.asc
gpg --detach-sign -u A58CC53DBF05E090 --armor rauc-1.X.tar.xz
gpg --verify rauc-1.X.tar.xz.asc
- push signed tag
- upload source archive and signature
- create release on github using changelog
pandoc -f rst -t markdown_github CHANGES
pandoc -f rst -t gfm CHANGES
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'rauc',
'c',
version : '1.10.1',
version : '1.11',
meson_version : '>=0.51',
default_options: [
'c_std=gnu11',
Expand Down

0 comments on commit 62100c1

Please sign in to comment.