All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2] Release: add release note link to SUPPORT.md
@ 2018-10-26 13:13 Juergen Gross
  2018-10-30 17:13 ` Wei Liu
  0 siblings, 1 reply; 5+ messages in thread
From: Juergen Gross @ 2018-10-26 13:13 UTC (permalink / raw)
  To: xen-devel
  Cc: Juergen Gross, sstabellini, wei.liu2, konrad.wilk, George.Dunlap,
	andrew.cooper3, ian.jackson, tim, jbeulich

In order to have a link to the release notes in the feature list
generated from SUPPORT.md add that link in the "Release Support"
section of that file.

The real link needs to be adapted when the version is being released.

Signed-off-by: Juergen Gross <jgross@suse.com>
---
 SUPPORT.md                                    | 1 +
 docs/process/release-technician-checklist.txt | 1 +
 2 files changed, 2 insertions(+)

diff --git a/SUPPORT.md b/SUPPORT.md
index 4f203da84a..b6f86a7b38 100644
--- a/SUPPORT.md
+++ b/SUPPORT.md
@@ -13,6 +13,7 @@ for the definitions of the support status levels etc.
     Initial-Release: n/a
     Supported-Until: TBD
     Security-Support-Until: Unreleased - not yet security-supported
+    Release-Notes: <a href="https://wiki.xenproject.org/wiki/Xen_Project_X.YY_Release_Notes">RN</a>
 
 # Feature Support
 
diff --git a/docs/process/release-technician-checklist.txt b/docs/process/release-technician-checklist.txt
index 99746624cf..5dd85dbc40 100644
--- a/docs/process/release-technician-checklist.txt
+++ b/docs/process/release-technician-checklist.txt
@@ -52,6 +52,7 @@ t=RELEASE-$r
 * change xen-unstable Config.mk (QEMU_UPSTREAM_REVISION, QEMU_TRADITIONAL_REVISION, MINIOS_UPSTREAM_REVISION)
 * change SUPPORT.md heading version number; -unstable or -rc tag
 *     (empty in stable branches after .0 release).
+*     insert correct version number in release-notes link
 * change xen-unstable xen/Makefile XEN_EXTRAVERSION
 # if main version number has changed (eg 4.7 -> 4.8) rerun ./autogen.sh
 * rerun ./autogen.sh to update version number in configure
-- 
2.16.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH V2] Release: add release note link to SUPPORT.md
  2018-10-26 13:13 [PATCH V2] Release: add release note link to SUPPORT.md Juergen Gross
@ 2018-10-30 17:13 ` Wei Liu
  0 siblings, 0 replies; 5+ messages in thread
From: Wei Liu @ 2018-10-30 17:13 UTC (permalink / raw)
  To: Juergen Gross
  Cc: sstabellini, wei.liu2, konrad.wilk, George.Dunlap,
	andrew.cooper3, ian.jackson, tim, jbeulich, xen-devel

On Fri, Oct 26, 2018 at 03:13:44PM +0200, Juergen Gross wrote:
> In order to have a link to the release notes in the feature list
> generated from SUPPORT.md add that link in the "Release Support"
> section of that file.
> 
> The real link needs to be adapted when the version is being released.
> 
> Signed-off-by: Juergen Gross <jgross@suse.com>

(I think this version should be v3)

Acked-by: Wei Liu <wei.liu2@citrix.com>

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH V2] Release: add release note link to SUPPORT.md
       [not found] ` <5BD3046202000078001F5240@suse.com>
@ 2018-10-26 13:10   ` Juergen Gross
  0 siblings, 0 replies; 5+ messages in thread
From: Juergen Gross @ 2018-10-26 13:10 UTC (permalink / raw)
  To: Jan Beulich
  Cc: Stefano Stabellini, Wei Liu, Konrad Rzeszutek Wilk,
	George Dunlap, Andrew Cooper, Ian Jackson, Tim Deegan, xen-devel

On 26/10/2018 14:11, Jan Beulich wrote:
>>>> On 26.10.18 at 13:07, <jgross@suse.com> wrote:
>> --- a/SUPPORT.md
>> +++ b/SUPPORT.md
>> @@ -13,6 +13,7 @@ for the definitions of the support status levels etc.
>>      Initial-Release: n/a
>>      Supported-Until: TBD
>>      Security-Support-Until: Unreleased - not yet security-supported
>> +    Release-Notes: n/a
>>  
>>  # Feature Support
>>  
>> --- a/docs/process/release-technician-checklist.txt
>> +++ b/docs/process/release-technician-checklist.txt
>> @@ -52,6 +52,7 @@ t=RELEASE-$r
>>  * change xen-unstable Config.mk (QEMU_UPSTREAM_REVISION, QEMU_TRADITIONAL_REVISION, MINIOS_UPSTREAM_REVISION)
>>  * change SUPPORT.md heading version number; -unstable or -rc tag
>>  *     (empty in stable branches after .0 release).
>> +*     insert correct version number in release-notes link
> 
> Just as a remark (if Ian is happy with the above, all is fine):
> Other than in v1 there's no link anymore in SUPPORT.md
> (which now also contradicts the patch title; perhaps add
> "placeholder"?), and hence the wording here might make
> people search for something that's simply not there.

No, that's a silly error on my side. I modified the patch file in V1
before sending and forgot that before sending V2. V3 will come soon.


Juergen

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH V2] Release: add release note link to SUPPORT.md
  2018-10-26 11:07 Juergen Gross
@ 2018-10-26 12:11 ` Jan Beulich
       [not found] ` <5BD3046202000078001F5240@suse.com>
  1 sibling, 0 replies; 5+ messages in thread
From: Jan Beulich @ 2018-10-26 12:11 UTC (permalink / raw)
  To: Juergen Gross
  Cc: Stefano Stabellini, Wei Liu, Konrad Rzeszutek Wilk,
	George Dunlap, Andrew Cooper, Ian Jackson, Tim Deegan, xen-devel

>>> On 26.10.18 at 13:07, <jgross@suse.com> wrote:
> --- a/SUPPORT.md
> +++ b/SUPPORT.md
> @@ -13,6 +13,7 @@ for the definitions of the support status levels etc.
>      Initial-Release: n/a
>      Supported-Until: TBD
>      Security-Support-Until: Unreleased - not yet security-supported
> +    Release-Notes: n/a
>  
>  # Feature Support
>  
> --- a/docs/process/release-technician-checklist.txt
> +++ b/docs/process/release-technician-checklist.txt
> @@ -52,6 +52,7 @@ t=RELEASE-$r
>  * change xen-unstable Config.mk (QEMU_UPSTREAM_REVISION, QEMU_TRADITIONAL_REVISION, MINIOS_UPSTREAM_REVISION)
>  * change SUPPORT.md heading version number; -unstable or -rc tag
>  *     (empty in stable branches after .0 release).
> +*     insert correct version number in release-notes link

Just as a remark (if Ian is happy with the above, all is fine):
Other than in v1 there's no link anymore in SUPPORT.md
(which now also contradicts the patch title; perhaps add
"placeholder"?), and hence the wording here might make
people search for something that's simply not there.

Jan



_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH V2] Release: add release note link to SUPPORT.md
@ 2018-10-26 11:07 Juergen Gross
  2018-10-26 12:11 ` Jan Beulich
       [not found] ` <5BD3046202000078001F5240@suse.com>
  0 siblings, 2 replies; 5+ messages in thread
From: Juergen Gross @ 2018-10-26 11:07 UTC (permalink / raw)
  To: xen-devel
  Cc: Juergen Gross, sstabellini, wei.liu2, konrad.wilk, George.Dunlap,
	andrew.cooper3, ian.jackson, tim, jbeulich

In order to have a link to the release notes in the feature list
generated from SUPPORT.md add that link in the "Release Support"
section of that file.

The real link needs to be adapted when the version is being released.

Signed-off-by: Juergen Gross <jgross@suse.com>
---
 SUPPORT.md                                    | 1 +
 docs/process/release-technician-checklist.txt | 1 +
 2 files changed, 2 insertions(+)

diff --git a/SUPPORT.md b/SUPPORT.md
index 4f203da84a..b6f86a7b38 100644
--- a/SUPPORT.md
+++ b/SUPPORT.md
@@ -13,6 +13,7 @@ for the definitions of the support status levels etc.
     Initial-Release: n/a
     Supported-Until: TBD
     Security-Support-Until: Unreleased - not yet security-supported
+    Release-Notes: n/a
 
 # Feature Support
 
diff --git a/docs/process/release-technician-checklist.txt b/docs/process/release-technician-checklist.txt
index 99746624cf..5dd85dbc40 100644
--- a/docs/process/release-technician-checklist.txt
+++ b/docs/process/release-technician-checklist.txt
@@ -52,6 +52,7 @@ t=RELEASE-$r
 * change xen-unstable Config.mk (QEMU_UPSTREAM_REVISION, QEMU_TRADITIONAL_REVISION, MINIOS_UPSTREAM_REVISION)
 * change SUPPORT.md heading version number; -unstable or -rc tag
 *     (empty in stable branches after .0 release).
+*     insert correct version number in release-notes link
 * change xen-unstable xen/Makefile XEN_EXTRAVERSION
 # if main version number has changed (eg 4.7 -> 4.8) rerun ./autogen.sh
 * rerun ./autogen.sh to update version number in configure
-- 
2.16.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-10-30 17:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-26 13:13 [PATCH V2] Release: add release note link to SUPPORT.md Juergen Gross
2018-10-30 17:13 ` Wei Liu
  -- strict thread matches above, loose matches on Subject: below --
2018-10-26 11:07 Juergen Gross
2018-10-26 12:11 ` Jan Beulich
     [not found] ` <5BD3046202000078001F5240@suse.com>
2018-10-26 13:10   ` Juergen Gross

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.