build-release-notes: ban unprefixed issue numbers
This is necessary to cleanly and unambiguously transition to using forgejo issues, since we now control our own destiny. If we ban unprefixed numbers for a couple of releases, we ensure there are no releases in active support with the wrong unprefixed number semantics that could receive backports. Change-Id: I1c94541dcb3f071399f439870b48cd76557b70d2
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
synopsis: Avoid unnecessarily killing processes for the build user's UID
|
||||
issues: [9142, fj#667]
|
||||
issues: [nix#9142, fj#667]
|
||||
cls: []
|
||||
category: Fixes
|
||||
credits: [teofilc]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
synopsis: fix usage of `builtins.filterSource` and `builtins.path` with the filter argument when using chroot stores
|
||||
issues: [11503]
|
||||
issues: [nix#11503]
|
||||
credits: [lily, alois31, horrors]
|
||||
category: Fixes
|
||||
---
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
synopsis: '`nix-instantiate --parse` outputs json'
|
||||
issues: [fj#487, 11124, 4726, 3077]
|
||||
issues: [fj#487, nix#11124, nix#4726, nix#3077]
|
||||
cls: [2190]
|
||||
category: Breaking Changes
|
||||
credits: [piegames, horrors]
|
||||
|
||||
Reference in New Issue
Block a user