mirror of
https://github.com/NixOS/nix
synced 2025-07-16 02:01:59 +02:00
Merge pull request #13429 from NixOS/bump-2.31.0
Bump version to 2.31.0
This commit is contained in:
commit
6d0194b17f
3 changed files with 12 additions and 5 deletions
11
.mergify.yml
11
.mergify.yml
|
@ -150,3 +150,14 @@ pull_request_rules:
|
||||||
labels:
|
labels:
|
||||||
- automatic backport
|
- automatic backport
|
||||||
- merge-queue
|
- merge-queue
|
||||||
|
|
||||||
|
- name: backport patches to 2.30
|
||||||
|
conditions:
|
||||||
|
- label=backport 2.30-maintenance
|
||||||
|
actions:
|
||||||
|
backport:
|
||||||
|
branches:
|
||||||
|
- "2.30-maintenance"
|
||||||
|
labels:
|
||||||
|
- automatic backport
|
||||||
|
- merge-queue
|
||||||
|
|
2
.version
2
.version
|
@ -1 +1 @@
|
||||||
2.30.0
|
2.31.0
|
||||||
|
|
|
@ -39,10 +39,6 @@ release:
|
||||||
* Proof-read / edit / rearrange the release notes if needed. Breaking changes
|
* Proof-read / edit / rearrange the release notes if needed. Breaking changes
|
||||||
and highlights should go to the top.
|
and highlights should go to the top.
|
||||||
|
|
||||||
* Run `maintainers/release-credits` to make sure the credits script works
|
|
||||||
and produces a sensible output. Some emails might not automatically map to
|
|
||||||
a GitHub handle.
|
|
||||||
|
|
||||||
* Push.
|
* Push.
|
||||||
|
|
||||||
```console
|
```console
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue