diff --git a/.forgejo/workflows/package.yml b/.forgejo/workflows/package.yml index 583a647..7970e4e 100644 --- a/.forgejo/workflows/package.yml +++ b/.forgejo/workflows/package.yml @@ -44,6 +44,7 @@ jobs: nextcloud-28-app-polls: *job nextcloud-28-app-previewgenerator: *job nextcloud-28-app-mail: *job + nextcloud-28-app-memories: *job nextcloud-28-app-news: *job nextcloud-28-app-nextpod: *job nextcloud-28-app-notes: *job @@ -66,6 +67,7 @@ jobs: nextcloud-29-app-polls: *job nextcloud-29-app-previewgenerator: *job nextcloud-29-app-mail: *job + nextcloud-29-app-memories: *job nextcloud-29-app-news: *job nextcloud-29-app-nextpod: *job nextcloud-29-app-notes: *job diff --git a/README.md b/README.md index 7f773d4..aaa828d 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ information, please see [https://repo.s3lph.me/](https://repo.s3lph.me/). - [nextcloud-28-app-polls](https://apps.nextcloud.com/apps/polls) - [nextcloud-28-app-previewgenerator](https://apps.nextcloud.com/apps/previewgenerator) - [nextcloud-28-app-mail](https://apps.nextcloud.com/apps/mail) +- [nextcloud-28-app-memories](https://apps.nextcloud.com/apps/memories) - [nextcloud-28-app-news](https://apps.nextcloud.com/apps/news) - [nextcloud-28-app-nextpod](https://apps.nextcloud.com/apps/nextpod) - [nextcloud-28-app-notes](https://apps.nextcloud.com/apps/notes) @@ -41,6 +42,7 @@ information, please see [https://repo.s3lph.me/](https://repo.s3lph.me/). - [nextcloud-29-app-polls](https://apps.nextcloud.com/apps/polls) - [nextcloud-29-app-previewgenerator](https://apps.nextcloud.com/apps/previewgenerator) - [nextcloud-29-app-mail](https://apps.nextcloud.com/apps/mail) +- [nextcloud-29-app-memories](https://apps.nextcloud.com/apps/memories) - [nextcloud-29-app-news](https://apps.nextcloud.com/apps/news) - [nextcloud-29-app-nextpod](https://apps.nextcloud.com/apps/nextpod) - [nextcloud-29-app-notes](https://apps.nextcloud.com/apps/notes) diff --git a/nextcloud-28-app-memories/package.sh b/nextcloud-28-app-memories/package.sh new file mode 100755 index 0000000..d893d84 --- /dev/null +++ b/nextcloud-28-app-memories/package.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +. ../.skel/nextcloud-app/build-nextcloud-app + +post_prepare() { + github_changelog nextcloud/memories +} + +build_nextcloud_app memories 29 + diff --git a/nextcloud-29-app-memories/package.sh b/nextcloud-29-app-memories/package.sh new file mode 100755 index 0000000..d893d84 --- /dev/null +++ b/nextcloud-29-app-memories/package.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +. ../.skel/nextcloud-app/build-nextcloud-app + +post_prepare() { + github_changelog nextcloud/memories +} + +build_nextcloud_app memories 29 +