9 lines
143 B
Bash
Executable file
9 lines
143 B
Bash
Executable file
#!/bin/bash
|
|
|
|
. ../.skel/nextcloud-app/build-nextcloud-app
|
|
|
|
post_prepare() {
|
|
github_changelog nextcloud/news
|
|
}
|
|
|
|
build_nextcloud_app news 27
|