Commit graph

6 commits

Author SHA1 Message Date
David Rheinsberg
ae1b5029b7 build: fill in preliminary NEWS entry for v13
Create a preliminary NEWS entry for the upcoming v13 release. Lots of
fixes all over the place, but most of them not worth mentioning for the
release. However, we do have some feature improvements as well.
2020-04-29 15:30:42 +02:00
David Rheinsberg
f60f4f22f8 NEWS: add v12 entry
Add a NEWS entry for all major changes since v11, but exclude anything
not relevant to packagers and users.
2020-04-15 18:21:03 +02:00
David Rheinsberg
080768872e NEWS: convert tabs
Convert some tab usage to whitespace to avoid reliance on 4ch indents.
2020-04-15 18:21:03 +02:00
Christian Kellner
67e619f867 NEWS.md: fix v11 notes and add Martin
Replace all tabs with spaces and add Martin Sehnoutka to the
Contributions section.
2020-04-01 20:00:39 +02:00
Christian Kellner
953cf7bff0 11
This completes osbuild version 11.
2020-04-01 19:03:41 +02:00
David Rheinsberg
22eeb9a095 build: extend release information and layout
This extends on our model how we do releases. It introduces `NEWS.md`
as the authoritative source of our release-notes. It is pre-populated
with the release-notes from the previous 'v9' release, and contains a
suggestion for the upcoming 'v10'.

Furthermore, this adds `make release` as a simple checklist target that
contains instructions how to create a new release. Note that it is a
passive make-target which has no side-effects at all. It only prints
release information.

With this in place, we can drop `RELEASE.md`, as all information is now
combined in `make release`.
2020-03-18 11:21:40 +01:00