10 lines
145 B
Bash
10 lines
145 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
. ../.skel/nextcloud-app/build-nextcloud-app
|
||
|
|
||
|
post_prepare() {
|
||
|
github_changelog nextcloud/notes
|
||
|
}
|
||
|
|
||
|
build_nextcloud_app notes 28
|