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