Skip to content

Commit c22d2a3

Browse files
authored
Merge pull request #4346 from owncloud/feature/adapt_3rd_party_apps_to_conventional_commits
Modify commit messages in calens and dependabot to fit "Conventional commits"
2 parents 037959f + f3ec447 commit c22d2a3

File tree

4 files changed

+20
-1
lines changed

4 files changed

+20
-1
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,13 @@ updates:
1111
interval: "daily"
1212
labels:
1313
- "Dependencies"
14+
commit-message:
15+
prefix: "feat"
16+
include: "scope"
1417
- package-ecosystem: "github-actions"
1518
directory: "/" # Location of package manifests
1619
schedule:
1720
interval: "weekly"
21+
commit-message:
22+
prefix: "feat"
23+
include: "scope"

.github/workflows/calens.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929
- name: Commit files
3030
uses: stefanzweifel/git-auto-commit-action@v5
3131
with:
32-
commit_message: Calens changelog updated
32+
commit_message: "docs: calens changelog updated"
3333
file_pattern: CHANGELOG.md

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ ownCloud admins and users.
3232
* Bugfix - Remove lens icon in folder picker: [#4311](https://github.com/owncloud/android/issues/4311)
3333
* Change - Upgrade minimum SDK version to Android 7.0 (v24): [#4230](https://github.com/owncloud/android/issues/4230)
3434
* Change - Automatic discovery of the account in login: [#4301](https://github.com/owncloud/android/issues/4301)
35+
* Change - Add new prefixes in commit messages of 3rd party contributors: [#4346](https://github.com/owncloud/android/pull/4346)
3536
* Enhancement - Improvements in Manage Accounts view: [#4148](https://github.com/owncloud/android/issues/4148)
3637
* Enhancement - New setting for automatic removal of local files: [#4175](https://github.com/owncloud/android/issues/4175)
3738
* Enhancement - Unit tests for repository classes - Part 1: [#4232](https://github.com/owncloud/android/issues/4232)
@@ -62,6 +63,13 @@ ownCloud admins and users.
6263
https://github.com/owncloud/android/issues/4301
6364
https://github.com/owncloud/android/pull/4325
6465

66+
* Change - Add new prefixes in commit messages of 3rd party contributors: [#4346](https://github.com/owncloud/android/pull/4346)
67+
68+
Dependaboy and Calens' commit messages with prefixes that fits 'Conventional
69+
Commits'
70+
71+
https://github.com/owncloud/android/pull/4346
72+
6573
* Enhancement - Improvements in Manage Accounts view: [#4148](https://github.com/owncloud/android/issues/4148)
6674

6775
Removed the key icon and avoid overlap account name with icons in Manage

changelog/unreleased/4346

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Change: Add new prefixes in commit messages of 3rd party contributors
2+
3+
Dependaboy and Calens' commit messages with prefixes that fits 'Conventional Commits'
4+
5+
https://github.com/owncloud/android/pull/4346

0 commit comments

Comments
 (0)