diff options
author | jade <lix@jade.fyi> | 2024-06-09 08:28:52 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@localhost> | 2024-06-09 08:28:52 +0000 |
commit | 7dfa2a761ef8856454d8f63eda27edb8984bdc98 (patch) | |
tree | 310486149aa9955676a0ee43eca0b873357962b7 /.gitignore | |
parent | 28a079f841834ac11105ce5762115904d1e40ce1 (diff) | |
parent | 98e847514795f53f485b6dbd029ecb545ce38236 (diff) |
Merge changes from topic "releng" into main
* changes:
releng: support pushing the manual to docs also
Expose officialRelease from the flake
Put into place initial release engineering
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 816a8e4b1..55e6e5c8b 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ buildtime.bin # We generate this with a Nix shell hook /.pre-commit-config.yaml /.nocontribmsg +/release |