Merge remote-tracking branch 'origin/master' into refactor-structure-v2

This commit is contained in:
Christian Richter
2022-04-14 08:03:58 +02:00
18 changed files with 5 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
# Changelog for [unreleased] (UNRELEASED)
# Changelog for [1.20.0] (2022-04-13)
The following sections list the changes for unreleased.
The following sections list the changes for 1.20.0.
[unreleased]: https://github.com/owncloud/ocis/compare/v1.19.1...master
[1.20.0]: https://github.com/owncloud/ocis/compare/v1.19.0...v1.20.0
## Summary

View File

@@ -209,6 +209,7 @@ changelog: $(CALENS)
ifndef CHANGELOG_VERSION
$(error CHANGELOG_VERSION is undefined)
endif
mkdir -p ocis/dist
$(CALENS) --version $(CHANGELOG_VERSION) -o ocis/dist/CHANGELOG.md
.PHONY: l10n-push

View File

@@ -2,7 +2,7 @@
sonar.projectKey=owncloud_ocis
sonar.organization=owncloud-1
sonar.projectName=ocis
sonar.projectVersion=1.19.1
sonar.projectVersion=1.20.0
sonar.host.url=https://sonarcloud.io
# =====================================================