From da81783c8e4af75683435f75c59eecf609ffb269 Mon Sep 17 00:00:00 2001 From: Bjorn L Date: Mon, 16 May 2022 23:11:48 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=91=E2=80=8D=F0=9F=92=BB=20Adds=20rele?= =?UTF-8?q?ase=20note=20template?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/release-note.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/release-note.md diff --git a/.github/release-note.md b/.github/release-note.md new file mode 100644 index 000000000..8de497292 --- /dev/null +++ b/.github/release-note.md @@ -0,0 +1,27 @@ +## 🦞 Homarr [v0.0.0](https://github.com/ajnart/homarr/compare/v0.0.0...v0.0.0) (2022-01-01) + + + + + +### Upgrade Steps +*Upgrading without a mounted config? Make sure to download your config from the settings first! You can add it back later by drag and dropping it into your browser.* +* `docker pull ghcr.io/ajnart/homarr:latest` +* `docker stop [container_id]` +* `docker rm [container_id]` +* `docker run --name homarr -p 7575:7575 -v /data/docker/homarr:/app/data/configs -d ghcr.io/ajnart/homarr:latest` + * *(or use our [docker_compose.yml](https://github.com/ajnart/homarr#-installation))* + +### Breaking Changes + +### New Features + +### Bug Fixes + +### UI Changes + +### GitHub Changes + +### Other Changes + +_**Special thanks to our contributors: @ajnart, @c00ldude1oo, @walkxcode, and of course all people using our project.**_