Skip to content

Commit

Permalink
Merge pull request #47 from nsg/v1.65
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
nsg committed Jul 1, 2023
2 parents 73a93eb + 1a8c062 commit 728ab84
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ beta2store:
shell:
multipass shell snapcraft-immich-distribution

.PHONY: docs
docs:
cd docs && poetry run mkdocs serve

clean:
rm -rf SNAP_COMMON tests/latest_logs/ *.snap
snapcraft clean
15 changes: 15 additions & 0 deletions docs/docs/news/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# News

This page list latest news and announcements related to Immich Distribution.

## Release v1.65

!!! Info
I have done 12 releases :partying_face: of Immich Distribution since I started this project back in March, that's almost 4 months and about 3 releases per week! Updates have gotten easier but I have had a few annoying ones that took me quite a lot of time to figure out. I have also been away for a week and had several releases to catch up with when I got back.

This has been one of these easy releases with just a version bump needed, see the [release notes](https://github.com/immich-app/immich/releases/tag/v1.65.0). I mainly created this post to get started with a news section on the brand new project and documentation site. I hope to publish short release notes with relevant news and changes related to Immich Distribution.

### Changes

* Documentation moved, and expanded, to this site
* Immich v1.65.0
2 changes: 1 addition & 1 deletion parts/machine-learning/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: build
build:
./build.sh v1.64.0
./build.sh v1.65.0

.PHONY: install
install:
Expand Down
4 changes: 2 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ parts:
plugin: npm
npm-node-version: "18.16.0"
source: https://github.com/immich-app/immich.git
source-tag: v1.64.0
source-tag: v1.65.0
source-subdir: server
override-build: |
snapcraftctl set-version "$(git describe --tags)-dist1"
Expand Down Expand Up @@ -244,7 +244,7 @@ parts:
plugin: npm
npm-node-version: "18.16.0"
source: https://github.com/immich-app/immich.git
source-tag: v1.64.0
source-tag: v1.65.0
source-subdir: web
override-build: |
patch -p0 -i $SNAPCRAFT_PART_SRC/../../patches/src/001-version-announcement-box.patch -d $SNAPCRAFT_PART_BUILD
Expand Down

0 comments on commit 728ab84

Please sign in to comment.