зеркало из https://github.com/nextcloud/cookbook.git
Update changelog and fix workflos file
Signed-off-by: Christian Wolf <github@christianwolf.email>
This commit is contained in:
Родитель
3a43f978f5
Коммит
f12445b719
|
@ -32,7 +32,7 @@ jobs:
|
|||
totalcnt="$(echo "$lines" | wc -l)"
|
||||
echo "totalcount=$totalcnt" >> $GITHUB_OUTPUT
|
||||
#
|
||||
cnt="$(echo "$lines" | grep -v '^package-lock.json$' | grep -v '^\.github/workflows/' | wc -l)"
|
||||
cnt="$(echo "$lines" | grep -v '^package-lock.json$' | grep -v '^composer.lock$' | grep -v '^\.github/workflows/' | wc -l)"
|
||||
echo "num=$cnt" >> $GITHUB_OUTPUT
|
||||
#
|
||||
echo "That are $totalcnt changed files. After reducing the number there are $cnt files left."
|
||||
|
|
|
@ -37,6 +37,8 @@
|
|||
[#1707](https://github.com/nextcloud/cookbook/pull/1707) @christianlupus
|
||||
- Allow remote debugging of the test python scripts
|
||||
[#1713](https://github.com/nextcloud/cookbook/pull/1713) @christianlupus
|
||||
- Update PHP dependencies
|
||||
[#1729](https://github.com/nextcloud/cookbook/pull/1729) @dependabot @christianlupus
|
||||
|
||||
|
||||
## 0.10.2 - 2023-03-24
|
||||
|
|
Загрузка…
Ссылка в новой задаче